diff options
-rw-r--r-- | my-evolution/ChangeLog | 4 | ||||
-rw-r--r-- | my-evolution/GNOME_Evolution_Summary.server.in.in | 12 |
2 files changed, 12 insertions, 4 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index 89018b2a22..55d8d0a7f5 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,7 @@ +2003-04-07 Dan Winship <danw@ximian.com> + + * GNOME_Evolution_Summary.server.in.in: clean up server names + 2003-03-31 Larry Ewing <lewing@ximian.com> * e-summary-factory.c: make the verbs static so they don't enter diff --git a/my-evolution/GNOME_Evolution_Summary.server.in.in b/my-evolution/GNOME_Evolution_Summary.server.in.in index 6bf4d63139..bde4c70959 100644 --- a/my-evolution/GNOME_Evolution_Summary.server.in.in +++ b/my-evolution/GNOME_Evolution_Summary.server.in.in @@ -7,6 +7,10 @@ <oaf_attribute name="repo_ids" type="stringv"> <item value="IDL:Bonobo/GenericFactory:1.0"/> </oaf_attribute> + + <oaf_attribute name="name" type="string" + _value="Evolution Summary"> + </oaf_server> <oaf_server iid="OAFIID:GNOME_Evolution_Summary_ShellComponent" @@ -17,8 +21,8 @@ <item value="IDL:GNOME/Evolution/ShellComponent:1.0"/> </oaf_attribute> - <oaf_attribute name="description" type="string" - _value="Evolution Summary component."/> + <oaf_attribute name="name" type="string" + _value="Evolution Summary component"/> <oaf_attribute name="evolution:shell_component_icon" type="string" value="evolution-today.png"/> @@ -50,8 +54,8 @@ <oaf_attribute name="evolution:config_item:priority" type="string" value="-5"/> - <oaf_attribute name="description" type="string" - _value="Configuration control for the Evolution Summary."/> + <oaf_attribute name="name" type="string" + _value="Evolution Summary configuration control"/> </oaf_server> |