diff options
author | Rodrigo Moya <rodrigo@novell.com> | 2005-05-31 18:38:48 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2005-05-31 18:38:48 +0800 |
commit | 4b10538dcd3a1b633218716caee9bf086d6f5f6a (patch) | |
tree | 86ab9d0b559342162a4ad5bbc41829e38c93146a /shell | |
parent | 2fbe8dce2d9cebbac5e80e2fc5723d63ad0004ef (diff) | |
download | gsoc2013-evolution-4b10538dcd3a1b633218716caee9bf086d6f5f6a.tar.gz gsoc2013-evolution-4b10538dcd3a1b633218716caee9bf086d6f5f6a.tar.zst gsoc2013-evolution-4b10538dcd3a1b633218716caee9bf086d6f5f6a.zip |
added missing name to Shell_Config_Factory object description.
2005-05-31 Rodrigo Moya <rodrigo@novell.com>
* GNOME_Evolution_Shell.server.in.in: added missing name to
Shell_Config_Factory object description.
svn path=/trunk/; revision=29430
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> |