aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-folder-list.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-folder-list.c')
-rw-r--r--shell/e-folder-list.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-folder-list.c b/shell/e-folder-list.c
index 3a0a0be264..2fad48f045 100644
--- a/shell/e-folder-list.c
+++ b/shell/e-folder-list.c
@@ -254,13 +254,13 @@ e_folder_list_class_init (EFolderListClass *klass)
E_OBJECT_CLASS_ADD_SIGNALS (object_class, signals, LAST_SIGNAL);
g_object_class_install_property (object_class, PROP_TITLE,
- g_param_spec_string ("EFolderList::title",
+ g_param_spec_string ("title",
NULL,
NULL,
NULL,
G_PARAM_READWRITE));
g_object_class_install_property (object_class, PROP_POSSIBLE_TYPES,
- g_param_spec_pointer ("EFolderList::possible_types",
+ g_param_spec_pointer ("possible_types",
NULL,
NULL,
G_PARAM_READWRITE));