diff options
author | Dan Winship <danw@src.gnome.org> | 2003-04-08 00:13:48 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-04-08 00:13:48 +0800 |
commit | 09b0a0389d6ac152ca23553a9e77034861b4ab77 (patch) | |
tree | 23cef15a3e430d075d5c928147f845232ef63c88 | |
parent | 5a05f43a6acc54ff74ce3dafb41e9a83246afc54 (diff) | |
download | gsoc2013-evolution-09b0a0389d6ac152ca23553a9e77034861b4ab77.tar gsoc2013-evolution-09b0a0389d6ac152ca23553a9e77034861b4ab77.tar.gz gsoc2013-evolution-09b0a0389d6ac152ca23553a9e77034861b4ab77.tar.bz2 gsoc2013-evolution-09b0a0389d6ac152ca23553a9e77034861b4ab77.tar.lz gsoc2013-evolution-09b0a0389d6ac152ca23553a9e77034861b4ab77.tar.xz gsoc2013-evolution-09b0a0389d6ac152ca23553a9e77034861b4ab77.tar.zst gsoc2013-evolution-09b0a0389d6ac152ca23553a9e77034861b4ab77.zip |
clean up server names
* GNOME_Evolution_Summary.server.in.in: clean up server names
svn path=/trunk/; revision=20706
-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> |