summaryrefslogtreecommitdiffstats
path: root/logout-focus.patch
diff options
context:
space:
mode:
Diffstat (limited to 'logout-focus.patch')
-rw-r--r--logout-focus.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/logout-focus.patch b/logout-focus.patch
deleted file mode 100644
index feb8eb6..0000000
--- a/logout-focus.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-diff -up gnome-panel-2.21.90/gnome-panel/panel-logout.c.logout-focus gnome-panel-2.21.90/gnome-panel/panel-logout.c
---- gnome-panel-2.21.90/gnome-panel/panel-logout.c.logout-focus 2008-02-03 01:48:13.000000000 -0500
-+++ gnome-panel-2.21.90/gnome-panel/panel-logout.c 2008-02-03 01:48:19.000000000 -0500
-@@ -449,4 +449,5 @@ panel_logout_new (PanelLogoutDialogType
-
- gtk_window_set_screen (GTK_WINDOW (logout_dialog), screen);
- gtk_widget_show (GTK_WIDGET (logout_dialog));
-+ gdk_window_focus (GTK_WIDGET (current_dialog)->window, activate_time);
- }