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/gui/alarm-notify | |
parent | 9a4ee04a76f07a0183582b377260b9c37551a0ff (diff) | |
download | gsoc2013-evolution-f3e42519bb7b9aace13ac10a2f592cc330c1033a.tar gsoc2013-evolution-f3e42519bb7b9aace13ac10a2f592cc330c1033a.tar.gz gsoc2013-evolution-f3e42519bb7b9aace13ac10a2f592cc330c1033a.tar.bz2 gsoc2013-evolution-f3e42519bb7b9aace13ac10a2f592cc330c1033a.tar.lz gsoc2013-evolution-f3e42519bb7b9aace13ac10a2f592cc330c1033a.tar.xz 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/gui/alarm-notify')
-rw-r--r-- | calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
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"/> |