aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2004-02-04 20:36:13 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-02-04 20:36:13 +0800
commit356697e42c851abc93a60534246e92b245e35d8a (patch)
tree9edeadba8fe1f0d475ef5ad1262840a1e2c0c653 /calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in
parentc92c8d466dc18ea950965e476eb21bae95347eb8 (diff)
downloadgsoc2013-evolution-356697e42c851abc93a60534246e92b245e35d8a.tar
gsoc2013-evolution-356697e42c851abc93a60534246e92b245e35d8a.tar.gz
gsoc2013-evolution-356697e42c851abc93a60534246e92b245e35d8a.tar.bz2
gsoc2013-evolution-356697e42c851abc93a60534246e92b245e35d8a.tar.lz
gsoc2013-evolution-356697e42c851abc93a60534246e92b245e35d8a.tar.xz
gsoc2013-evolution-356697e42c851abc93a60534246e92b245e35d8a.tar.zst
gsoc2013-evolution-356697e42c851abc93a60534246e92b245e35d8a.zip
Fixes #52970
2004-02-04 Rodrigo Moya <rodrigo@ximian.com> Fixes #52970 * idl/evolution-calendar.idl: added back the AlarmNotify interface. * gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in: changed to have the AlarmNotify component be created via a factory. * gui/alarm-notify/alarm-notify.[ch]: converted to implement the AlarmNotify interface. * gui/alarm-notify/notify-main.c (main): register the factory with bonobo_generic_factory_new, not the object itself. Removed redundant call to bonobo_object_unref. Call e_passwords_shutdown on exit. * gui/alarm-notify/config-data.c (config_data_get_calendars_to_load): get only the selected calendars/task lists. svn path=/trunk/; revision=24613
Diffstat (limited to 'calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in')
-rw-r--r--calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in14
1 files changed, 13 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 3c43c4ca54..1ae54c3736 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
@@ -1,6 +1,6 @@
<oaf_info>
-<oaf_server iid="OAFIID:GNOME_Evolution_Calendar_AlarmNotify:@VERSION@"
+<oaf_server iid="OAFIID:GNOME_Evolution_Calendar_AlarmNotify_Factory:@VERSION@"
type="exe"
location="@LIBEXECDIR@/evolution-alarm-notify">
@@ -13,4 +13,16 @@
</oaf_server>
+<oaf_server iid="OAFIID:GNOME_Evolution_Calendar_AlarmNotify:@VERSION@"
+ type="factory"
+ location="OAFIID:GNOME_Evolution_Calendar_AlarmNotify_Factory:@VERSION@">
+
+ <oaf_attribute name="repo_ids" type="stringv">
+ <item value="IDL:Bonobo/Unknown:1.0"/>
+ <item value="IDL:GNOME/Evolution/Calendar/AlarmNotify:1.0"/>
+ </oaf_attribute>
+
+ <oaf_attribute name="name" type="string" _value="Evolution Calendar alarm notification service"/>
+</oaf_server>
+
</oaf_info>