aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/alarm-notify/notify-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/alarm-notify/notify-main.c')
-rw-r--r--calendar/gui/alarm-notify/notify-main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/alarm-notify/notify-main.c b/calendar/gui/alarm-notify/notify-main.c
index 20078e60fe..d58b5f9e4a 100644
--- a/calendar/gui/alarm-notify/notify-main.c
+++ b/calendar/gui/alarm-notify/notify-main.c
@@ -55,7 +55,7 @@ static AlarmNotify *alarm_notify_service = NULL;
static void
client_die_cb (GnomeClient *client)
{
- gtk_main_quit ();
+ bonobo_main_quit ();
}
/* Sees if a session manager is present. If so, it tells the SM how to restart
@@ -193,7 +193,7 @@ main (int argc, char **argv)
bonobo_object_unref (BONOBO_OBJECT (factory));
factory = NULL;
- /* FIXME: free the alarm_notify_service */
+ bonobo_object_unref (BONOBO_OBJECT (alarm_notify_service));
alarm_queue_done ();
alarm_done ();