diff options
-rw-r--r-- | calendar/ChangeLog | 6 | ||||
-rw-r--r-- | calendar/gui/GNOME_Evolution_Calendar.server.in.in | 10 |
2 files changed, 11 insertions, 5 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 335030b080..c5986b9e03 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2003-11-03 Ettore Perazzoli <ettore@ximian.com> + + * gui/GNOME_Evolution_Calendar.server.in.in: use + "evolution2:config_item" properties instead of + "evolution:config_item" ones. + 2003-11-03 Harry Lu <harry.lu@sun.com> Fix for #50387. diff --git a/calendar/gui/GNOME_Evolution_Calendar.server.in.in b/calendar/gui/GNOME_Evolution_Calendar.server.in.in index d5b43c698b..906b8e8172 100644 --- a/calendar/gui/GNOME_Evolution_Calendar.server.in.in +++ b/calendar/gui/GNOME_Evolution_Calendar.server.in.in @@ -118,21 +118,21 @@ <item value="IDL:GNOME/Evolution/ConfigControl:1.0"/> </oaf_attribute> - <oaf_attribute name="evolution:config_item:title" type="string" + <oaf_attribute name="evolution2:config_item:title" type="string" _value="Calendar and Tasks"/> - <oaf_attribute name="evolution:config_item:description" type="string" + <oaf_attribute name="evolution2:config_item:description" type="string" _value="Configure your timezone, Calendar and Task List here "/> - <oaf_attribute name="evolution:config_item:icon_name" type="string" + <oaf_attribute name="evolution2:config_item:icon_name" type="string" value="evolution-calendar.png"/> - <oaf_attribute name="evolution:config_item:type" type="stringv"> + <oaf_attribute name="evolution2:config_item:type" type="stringv"> <item value="calendar"/> <item value="tasks"/> </oaf_attribute> - <oaf_attribute name="evolution:config_item:priority" type="string" value="-7"/> + <oaf_attribute name="evolution2:config_item:priority" type="string" value="-7"/> <oaf_attribute name="name" type="string" _value="Evolution Calendar configuration control"/> |