aboutsummaryrefslogtreecommitdiff
path: root/src/manage_window.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-30 09:54:26 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-30 09:54:26 +0000
commitf77f90cbab5a6a6123c878179419c2c512ea957d (patch)
tree6dee3dff0a718d2cf1076caefe217f23df08216b /src/manage_window.c
parent0d083af751d0d2c971f89bf384c4d399a7b34772 (diff)
fixed a transient window problem.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@300 ee746299-78ed-0310-b773-934348b2243d
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;
}