patches/metacity-08-no-save-setup-dlg.diff
author rohinis
Tue, 29 Nov 2011 17:32:55 +0000
branchs11express-2010-11
changeset 22234 c23e64da3e06
parent 17507 ec8d2aa8fa24
permissions -rw-r--r--
2011-11-29 Rohini S <[email protected]> * patches/Python26-22-audio.diff: Fixes CVE-2010-1634 * specs/SUNWPython26.spec: Fixes CR 7085446
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
17507
ec8d2aa8fa24 2010-02-07 Christian Kelly <[email protected]>
chrisk
parents: 16795
diff changeset
     1
diff -ruNp metacity-2.28.1.orig/src/core/session.c metacity-2.28.1/src/core/session.c
ec8d2aa8fa24 2010-02-07 Christian Kelly <[email protected]>
chrisk
parents: 16795
diff changeset
     2
--- metacity-2.28.1.orig/src/core/session.c	2010-02-02 06:29:51.365521812 +0000
ec8d2aa8fa24 2010-02-07 Christian Kelly <[email protected]>
chrisk
parents: 16795
diff changeset
     3
+++ metacity-2.28.1/src/core/session.c	2010-02-02 06:30:55.911576528 +0000
ec8d2aa8fa24 2010-02-07 Christian Kelly <[email protected]>
chrisk
parents: 16795
diff changeset
     4
@@ -1767,6 +1767,8 @@ warn_about_lame_clients_and_finish_inter
16795
37a61aba5dff 2009-10-16 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     5
   GSList *tmp;
37a61aba5dff 2009-10-16 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     6
   GSList *columns = NULL;
17507
ec8d2aa8fa24 2010-02-07 Christian Kelly <[email protected]>
chrisk
parents: 16795
diff changeset
     7
   GPid pid;
16795
37a61aba5dff 2009-10-16 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     8
+
37a61aba5dff 2009-10-16 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     9
+  return;
37a61aba5dff 2009-10-16 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    10
   
37a61aba5dff 2009-10-16 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    11
   windows = meta_display_list_windows (meta_get_display ());
37a61aba5dff 2009-10-16 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    12
   tmp = windows;