summaryrefslogtreecommitdiff
path: root/community/gnome-panel/logout-hang-workaround.patch
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-04-24 00:49:38 -0700
committerroot <root@rshg054.dnsready.net>2013-04-24 00:49:38 -0700
commit6e4a9ce4b0809e1eeb57f514f5ea71e2e77355bb (patch)
tree777883bcc66e4420c1eaf7aaea255326b46690e7 /community/gnome-panel/logout-hang-workaround.patch
parentd1d93fafb9ef98fdd0c9a5a486c179c03cbbfb33 (diff)
Wed Apr 24 00:49:37 PDT 2013
Diffstat (limited to 'community/gnome-panel/logout-hang-workaround.patch')
-rw-r--r--community/gnome-panel/logout-hang-workaround.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/community/gnome-panel/logout-hang-workaround.patch b/community/gnome-panel/logout-hang-workaround.patch
deleted file mode 100644
index 0b13e35b6..000000000
--- a/community/gnome-panel/logout-hang-workaround.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -Naur gnome-panel-3.6.2.orig/gnome-panel/panel-session.c gnome-panel-3.6.2/gnome-panel/panel-session.c
---- gnome-panel-3.6.2.orig/gnome-panel/panel-session.c 2012-09-03 17:41:42.000000000 +0200
-+++ gnome-panel-3.6.2/gnome-panel/panel-session.c 2013-04-11 00:59:42.125864185 +0200
-@@ -69,11 +69,6 @@
-
- egg_sm_client_set_mode (mode);
-
-- client = egg_sm_client_get ();
--
-- g_signal_connect (client, "quit",
-- G_CALLBACK (panel_session_handle_quit), NULL);
--
- /* We don't want the WM to try and save/restore our
- * window position */
- gdk_x11_set_sm_client_id (NULL);