diff options
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/alarm-notify/notify-main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |