patches/metacity-08-no-save-setup-dlg.diff
author Jon Tibble <meths@btinternet.com>
Sat, 06 Oct 2012 16:11:50 +0100
branchs11express-2010-11
changeset 22109 db10202d5f6d
parent 17507 ec8d2aa8fa24
permissions -rw-r--r--
Added tag oi_151a_prestable7 for changeset 25dee50cecca
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;