diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/GNOME_Evolution_Shell.server.in.in | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index a067505e32..7488a41851 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2005-05-31 Rodrigo Moya <rodrigo@novell.com> + + * GNOME_Evolution_Shell.server.in.in: added missing name to + Shell_Config_Factory object description. + 2005-05-25 Not Zed <NotZed@Ximian.com> * main.c (main): remove mono registrtion, this is implemented diff --git a/shell/GNOME_Evolution_Shell.server.in.in b/shell/GNOME_Evolution_Shell.server.in.in index 21d419a748..bb8a69f2bf 100644 --- a/shell/GNOME_Evolution_Shell.server.in.in +++ b/shell/GNOME_Evolution_Shell.server.in.in @@ -19,6 +19,8 @@ <oaf_attribute name="repo_ids" type="stringv"> <item value="IDL:GNOME/GenericFactory:1.0"/> </oaf_attribute> + + <oaf_attribute name="name" type="string" _value="Evolution Shell Config factory"/> </oaf_server> </oaf_info> |