mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
don't display the dialog if all the apps were session managed.
2002-07-12 Havoc Pennington <hp@pobox.com> * src/session.c (warn_about_lame_clients_and_finish_interact): don't display the dialog if all the apps were session managed.
This commit is contained in:
parent
b30802e35f
commit
f0a74e2e95
@ -1,3 +1,8 @@
|
|||||||
|
2002-07-12 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
|
* src/session.c (warn_about_lame_clients_and_finish_interact):
|
||||||
|
don't display the dialog if all the apps were session managed.
|
||||||
|
|
||||||
2002-07-12 Havoc Pennington <hp@pobox.com>
|
2002-07-12 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
* src/session.c: don't send SmInteractDone until the warning
|
* src/session.c: don't send SmInteractDone until the warning
|
||||||
|
@ -1777,6 +1777,13 @@ warn_about_lame_clients_and_finish_interact (gboolean shutdown)
|
|||||||
/* don't need to free displays */
|
/* don't need to free displays */
|
||||||
displays = NULL;
|
displays = NULL;
|
||||||
|
|
||||||
|
if (lame == NULL)
|
||||||
|
{
|
||||||
|
/* No lame apps. */
|
||||||
|
finish_interact (shutdown);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
lame = g_slist_sort (lame, (GCompareFunc) windows_cmp_by_title);
|
lame = g_slist_sort (lame, (GCompareFunc) windows_cmp_by_title);
|
||||||
|
|
||||||
len = g_slist_length (lame);
|
len = g_slist_length (lame);
|
||||||
|
Loading…
Reference in New Issue
Block a user