diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2004-02-16 22:42:40 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-02-16 22:42:40 +0800 |
commit | 85b432b5d4ab756bd526d159609e344227e0a3e2 (patch) | |
tree | bb1791812d24e1c20b798c5e962fc6bb249c5196 | |
parent | 97689f8c31aac8019de263965c351e410791f715 (diff) | |
download | gsoc2013-evolution-85b432b5d4ab756bd526d159609e344227e0a3e2.tar.gz gsoc2013-evolution-85b432b5d4ab756bd526d159609e344227e0a3e2.tar.zst gsoc2013-evolution-85b432b5d4ab756bd526d159609e344227e0a3e2.zip |
no need to keep the master client. (init_session): just set the daemon's
2004-02-16 Rodrigo Moya <rodrigo@ximian.com>
* gui/alarm-notify/notify-main.c: no need to keep the master client.
(init_session): just set the daemon's restart style, not the restart
command. Connect to "save_yourself" signal on the session also.
(save_session_cb): set the restart command here.
svn path=/trunk/; revision=24746
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 6f32ed1299..1e220bd21c 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2004-02-16 Rodrigo Moya <rodrigo@ximian.com> + + * gui/alarm-notify/notify-main.c: no need to keep the master client. + (init_session): just set the daemon's restart style, not the restart + command. Connect to "save_yourself" signal on the session also. + (save_session_cb): set the restart command here. + 2004-02-12 Hans Petter Jansson <hpj@ximian.com> * gui/dialogs/copy-source-dialog.c (copy_source_dialog): Instead |