aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-folder-list.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-01-09 06:34:59 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-01-09 06:34:59 +0800
commit578e668365ac32c5ceda83b30a596c0f72286dc9 (patch)
treebe02929be9bebdb2a165616cd93a19d2dd92cb4d /shell/e-folder-list.c
parent32e9ba1991802f83ea577774c881f9cd6eb6c20e (diff)
downloadgsoc2013-evolution-578e668365ac32c5ceda83b30a596c0f72286dc9.tar
gsoc2013-evolution-578e668365ac32c5ceda83b30a596c0f72286dc9.tar.gz
gsoc2013-evolution-578e668365ac32c5ceda83b30a596c0f72286dc9.tar.bz2
gsoc2013-evolution-578e668365ac32c5ceda83b30a596c0f72286dc9.tar.lz
gsoc2013-evolution-578e668365ac32c5ceda83b30a596c0f72286dc9.tar.xz
gsoc2013-evolution-578e668365ac32c5ceda83b30a596c0f72286dc9.tar.zst
gsoc2013-evolution-578e668365ac32c5ceda83b30a596c0f72286dc9.zip
Images are now in $(datadir)/evolution/images instead of
* Makefile.am: Images are now in $(datadir)/evolution/images instead of $(datadir)/images/evolution. * e-folder-list.c (e_folder_list_class_init): Remove "EFolderList::" prefix from the properties. svn path=/trunk/; revision=19292
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));