dialog box for matching and some other changes
[claws.git] / src / alertpanel.c
index 757af10e1d124c35c5d7ec50b36ee2d04076210c..ca6f06d0e11c118cee0ace9ed1194414288d46a0 100644 (file)
@@ -149,6 +149,10 @@ static void alertpanel_show(void)
        manage_window_set_transient(GTK_WINDOW(dialog));
        value = G_ALERTWAIT;
 
+       /* ungrab the mouse events ? */
+       if (gdk_pointer_is_grabbed())
+               gdk_pointer_ungrab(GDK_CURRENT_TIME);
+
        while ((value & G_ALERT_VALUE_MASK) == G_ALERTWAIT)
                gtk_main_iteration();