aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-11-13 14:00:11 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-11-13 14:00:11 +0800
commit6de80c0ea805a0b4c89bcffd970265ce572d6117 (patch)
treebca68fac3100434bfd31a6a0e07634e81139002e
parent7a5ecfbb6c09b5350e5ce0600f42098eb6a2f5de (diff)
downloadgsoc2013-evolution-6de80c0ea805a0b4c89bcffd970265ce572d6117.tar
gsoc2013-evolution-6de80c0ea805a0b4c89bcffd970265ce572d6117.tar.gz
gsoc2013-evolution-6de80c0ea805a0b4c89bcffd970265ce572d6117.tar.bz2
gsoc2013-evolution-6de80c0ea805a0b4c89bcffd970265ce572d6117.tar.lz
gsoc2013-evolution-6de80c0ea805a0b4c89bcffd970265ce572d6117.tar.xz
gsoc2013-evolution-6de80c0ea805a0b4c89bcffd970265ce572d6117.tar.zst
gsoc2013-evolution-6de80c0ea805a0b4c89bcffd970265ce572d6117.zip
Add a component_alias
of "calendar" for the calendar and "tasks" for the tasks. svn path=/trunk/; revision=23315
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/gui/GNOME_Evolution_Calendar.server.in.in4
2 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index c48ee675cc..9a861c7c82 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2003-11-13 Ettore Perazzoli <ettore@ximian.com>
+
+ * gui/GNOME_Evolution_Calendar.server.in.in: Add a component_alias
+ of "calendar" for the calendar and "tasks" for the tasks.
+
2003-11-12 Hans Petter Jansson <hpj@ximian.com>
* gui/calendar-component.c (add_popup_menu_item): Use non-deprecated
diff --git a/calendar/gui/GNOME_Evolution_Calendar.server.in.in b/calendar/gui/GNOME_Evolution_Calendar.server.in.in
index 906b8e8172..d43faeed38 100644
--- a/calendar/gui/GNOME_Evolution_Calendar.server.in.in
+++ b/calendar/gui/GNOME_Evolution_Calendar.server.in.in
@@ -39,6 +39,8 @@
<item value="IDL:GNOME/Evolution/Component:1.0"/>
</oaf_attribute>
+ <oaf_attribute name="evolution:component_alias" type="string" value="calendar"/>
+
<oaf_attribute name="name" type="string" _value="Evolution's Calendar component"/>
<oaf_attribute name="evolution:button_label" type="string" _value="Calendars"/>
@@ -72,6 +74,8 @@
<item value="IDL:GNOME/Evolution/Component:1.0"/>
</oaf_attribute>
+ <oaf_attribute name="evolution:component_alias" type="string" value="tasks"/>
+
<oaf_attribute name="name" type="string" _value="Evolution's Tasks component"/>
<oaf_attribute name="evolution:button_label" type="string" _value="Tasks"/>