diff options
author | Vincent Untz <vuntz@gnome.org> | 2009-04-08 13:07:23 +0000 |
---|---|---|
committer | Vincent Untz <vuntz@src.gnome.org> | 2009-04-08 13:07:23 +0000 |
commit | aa2f37434d6e21f944ebedfc3aa7d885fc122ea5 (patch) | |
tree | 46445648835801f73b4dd4f8c2586ffa39cd293b /ChangeLog | |
parent | 67d9c1a0527a259668807796fe353210181c9d5c (diff) | |
download | gnome-session-aa2f37434d6e21f944ebedfc3aa7d885fc122ea5.tar.gz |
Remove the 1-second delay to display the inhibit dialog when an
2009-04-08 Vincent Untz <vuntz@gnome.org>
Remove the 1-second delay to display the inhibit dialog when an
application is blocking logging out.
* gnome-session/gsm-manager.c: (query_end_session_complete): remove the
query timeout since it might still be running
(do_phase_query_end_session): do not remove the query timeout here:
it's the start of a phase, so there's no such timeout
(on_client_end_session_response): rework a bit to make sure we call
query_end_session_complete() if we are at the end of
GSM_MANAGER_PHASE_QUERY_END_SESSION
svn path=/trunk/; revision=5376
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ 2009-04-08 Vincent Untz <vuntz@gnome.org> + Remove the 1-second delay to display the inhibit dialog when an + application is blocking logging out. + + * gnome-session/gsm-manager.c: (query_end_session_complete): remove the + query timeout since it might still be running + (do_phase_query_end_session): do not remove the query timeout here: + it's the start of a phase, so there's no such timeout + (on_client_end_session_response): rework a bit to make sure we call + query_end_session_complete() if we are at the end of + GSM_MANAGER_PHASE_QUERY_END_SESSION + +2009-04-08 Vincent Untz <vuntz@gnome.org> + * gnome-session/gsm-manager.c: (do_phase_end_session), (do_phase_exit): use GSM_MANAGER_PHASE_TIMEOUT instead of hard-coding 10 seconds everywhere. |