diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-12-10 01:26:30 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-12-10 01:26:30 +0800 |
commit | 500c88a697a241094f5100c2a0aeb8296dc7f4e5 (patch) | |
tree | 2a84fe247ba5dad4e1671d6681085ff6d790ecd1 | |
parent | adcb9e228978aded6cdf78f6dd1f8c460b650504 (diff) | |
download | gsoc2013-evolution-500c88a697a241094f5100c2a0aeb8296dc7f4e5.tar.gz gsoc2013-evolution-500c88a697a241094f5100c2a0aeb8296dc7f4e5.tar.zst gsoc2013-evolution-500c88a697a241094f5100c2a0aeb8296dc7f4e5.zip |
Remove GNOME_Evolution_Shell_Config_FolderSettings_Control.
Remove
GNOME_Evolution_Shell_Config_FolderSettings_Control.
svn path=/trunk/; revision=23893
-rw-r--r-- | shell/ChangeLog | 7 | ||||
-rw-r--r-- | shell/GNOME_Evolution_Shell.server.in.in | 27 |
2 files changed, 7 insertions, 27 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 1264bada73..ce4afb9b3d 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,10 @@ +2003-12-09 Ettore Perazzoli <ettore@ximian.com> + + [#51710] + + * GNOME_Evolution_Shell.server.in.in: Remove + GNOME_Evolution_Shell_Config_FolderSettings_Control. + 2003-12-06 JP Rosevear <jpr@ximian.com> * e-shell-importer.c: remove useless gal include diff --git a/shell/GNOME_Evolution_Shell.server.in.in b/shell/GNOME_Evolution_Shell.server.in.in index 6462c92a96..21d419a748 100644 --- a/shell/GNOME_Evolution_Shell.server.in.in +++ b/shell/GNOME_Evolution_Shell.server.in.in @@ -21,31 +21,4 @@ </oaf_attribute> </oaf_server> - <oaf_server iid="OAFIID:GNOME_Evolution_Shell_Config_FolderSettings_Control:@VERSION@" - type="factory" - location="OAFIID:GNOME_Evolution_Shell_Config_Factory:@VERSION@"> - - <oaf_attribute name="repo_ids" type="stringv"> - <item value="IDL:GNOME/Evolution/ConfigControl:@VERSION@"/> - </oaf_attribute> - - <oaf_attribute name="evolution2:config_item:title" type="string" - _value="Folder Settings"/> - - <oaf_attribute name="evolution2:config_item:description" type="string" - _value="Configure special folders and offline folder behavior here"/> - - <oaf_attribute name="evolution2:config_item:icon_name" type="string" - value="folder-settings.png"/> - - <oaf_attribute name="evolution2:config_item:priority" type="string" value="-9"/> - - <oaf_attribute name="evolution2:config_item:type" type="stringv"> - <item value="shell"/> - </oaf_attribute> - - <oaf_attribute name="name" type="string" - _value="Evolution folder settings configuration control"/> - </oaf_server> - </oaf_info> |