From 8fdf1ccc1d65dffdfd930ab64641f897f7d4578a Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Mon, 16 Feb 2004 16:53:46 +0000 Subject: set session restart style to RESTART_IF_RUNNING. 2004-02-16 Rodrigo Moya * gui/alarm-notify/notify-main.c (init_session): set session restart style to RESTART_IF_RUNNING. svn path=/trunk/; revision=24749 --- calendar/ChangeLog | 5 +++++ calendar/gui/alarm-notify/notify-main.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 1e220bd21c..09e98653e7 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2004-02-16 Rodrigo Moya + + * gui/alarm-notify/notify-main.c (init_session): set session restart + style to RESTART_IF_RUNNING. + 2004-02-16 Rodrigo Moya * gui/alarm-notify/notify-main.c: no need to keep the master client. diff --git a/calendar/gui/alarm-notify/notify-main.c b/calendar/gui/alarm-notify/notify-main.c index 18f9f264ea..bcefb51ccf 100644 --- a/calendar/gui/alarm-notify/notify-main.c +++ b/calendar/gui/alarm-notify/notify-main.c @@ -93,7 +93,7 @@ init_session (void) * the session starts. The daemon will take care of loading whatever * calendars it was told to load. */ - gnome_client_set_restart_style (master_client, GNOME_RESTART_ANYWAY); + gnome_client_set_restart_style (master_client, GNOME_RESTART_IF_RUNNING); } /* Factory function for the alarm notify service; just creates and references a -- cgit v1.2.3