diff options
author | Rodney Dawes <dobey@ximian.com> | 2004-02-27 06:12:11 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-02-27 06:12:11 +0800 |
commit | f3e42519bb7b9aace13ac10a2f592cc330c1033a (patch) | |
tree | 1e203527905edb2bb3955210a899fbaae7003f4e /calendar | |
parent | 9a4ee04a76f07a0183582b377260b9c37551a0ff (diff) | |
download | gsoc2013-evolution-f3e42519bb7b9aace13ac10a2f592cc330c1033a.tar.gz gsoc2013-evolution-f3e42519bb7b9aace13ac10a2f592cc330c1033a.tar.zst gsoc2013-evolution-f3e42519bb7b9aace13ac10a2f592cc330c1033a.zip |
Fix the repo_id to include the evolution base version
2004-02-26 Rodney Dawes <dobey@ximian.com>
* gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in:
Fix the repo_id to include the evolution base version
svn path=/trunk/; revision=24899
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a27e8d31e4..4752ff88a4 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2004-02-26 Rodney Dawes <dobey@ximian.com> + + * gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in: + Fix the repo_id to include the evolution base version + 2004-02-26 JP Rosevear <jpr@ximian.com> * gui/gnome-cal.c (client_cal_opened_cb): make sure we unref the diff --git a/calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in b/calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in index 1ae54c3736..e528b15f75 100644 --- a/calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in +++ b/calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in @@ -19,7 +19,7 @@ <oaf_attribute name="repo_ids" type="stringv"> <item value="IDL:Bonobo/Unknown:1.0"/> - <item value="IDL:GNOME/Evolution/Calendar/AlarmNotify:1.0"/> + <item value="IDL:GNOME/Evolution/Calendar/AlarmNotify:@VERSION@"/> </oaf_attribute> <oaf_attribute name="name" type="string" _value="Evolution Calendar alarm notification service"/> |