summaryrefslogtreecommitdiffstats
path: root/logout-focus.patch
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@fedoraproject.org>2008-03-11 03:50:34 +0000
committerMatthias Clasen <mclasen@fedoraproject.org>2008-03-11 03:50:34 +0000
commit71bec65e78d6d36458703135972d3f5a22d23e15 (patch)
tree2b841d72354fb8afbadbf4d3c78d13779c8a3294 /logout-focus.patch
parent18c5b110a1985b28278325a32cea6660c9aa918a (diff)
downloadgnome-panel-71bec65e78d6d36458703135972d3f5a22d23e15.tar.gz
gnome-panel-71bec65e78d6d36458703135972d3f5a22d23e15.tar.xz
gnome-panel-71bec65e78d6d36458703135972d3f5a22d23e15.zip
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);
- }