aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-backend.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-backend.c')
-rw-r--r--shell/e-shell-backend.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/shell/e-shell-backend.c b/shell/e-shell-backend.c
index d30e698981..5f7666b238 100644
--- a/shell/e-shell-backend.c
+++ b/shell/e-shell-backend.c
@@ -354,7 +354,8 @@ e_shell_backend_class_init (EShellBackendClass *class)
"Busy",
"Whether any activities are still in progress",
FALSE,
- G_PARAM_READABLE));
+ G_PARAM_READABLE |
+ G_PARAM_STATIC_STRINGS));
/**
* EShellBackend:prefer-new-item
@@ -369,7 +370,8 @@ e_shell_backend_class_init (EShellBackendClass *class)
"Prefer New Item",
"Name of an item to prefer in New toolbar button",
NULL,
- G_PARAM_READWRITE));
+ G_PARAM_READWRITE |
+ G_PARAM_STATIC_STRINGS));
/**
* EShellBackend::activity-added