gcc-6: use $(GNU_ARCH) in manifest
[unleashed-userland.git] / components / metacity / patches / metacity-08-no-save-setup-dlg.patch
blob19d7da9285e77530184bfc45250852989ea641e7
1 diff -ruNp metacity-2.28.1.orig/src/core/session.c metacity-2.28.1/src/core/session.c
2 --- metacity-2.28.1.orig/src/core/session.c 2010-02-02 06:29:51.365521812 +0000
3 +++ metacity-2.28.1/src/core/session.c 2010-02-02 06:30:55.911576528 +0000
4 @@ -1767,6 +1767,8 @@ warn_about_lame_clients_and_finish_inter
5 GSList *tmp;
6 GSList *columns = NULL;
7 GPid pid;
9 + return;
11 windows = meta_display_list_windows (meta_get_display ());
12 tmp = windows;