patches/metacity-08-no-save-setup-dlg.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 17507 ec8d2aa8fa24
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.

diff -ruNp metacity-2.28.1.orig/src/core/session.c metacity-2.28.1/src/core/session.c
--- metacity-2.28.1.orig/src/core/session.c	2010-02-02 06:29:51.365521812 +0000
+++ metacity-2.28.1/src/core/session.c	2010-02-02 06:30:55.911576528 +0000
@@ -1767,6 +1767,8 @@ warn_about_lame_clients_and_finish_inter
   GSList *tmp;
   GSList *columns = NULL;
   GPid pid;
+
+  return;
   
   windows = meta_display_list_windows (meta_get_display ());
   tmp = windows;