aboutsummaryrefslogtreecommitdiff
path: root/src/manage_window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/manage_window.c')
-rw-r--r--src/manage_window.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/manage_window.c b/src/manage_window.c
index e001c68d..f50f50b0 100644
--- a/src/manage_window.c
+++ b/src/manage_window.c
@@ -42,8 +42,10 @@ gint manage_window_focus_out(GtkWidget *widget, GdkEventFocus *event,
/* debug_print("Focused window: %p\n", focus_window); */
/* debug_print("Focus out event: window: %p\n", widget); */
+#if 0
if (focus_window == widget)
focus_window = NULL;
+#endif
return FALSE;
}