Add BLOCK_INPUT in pop_down_file_dialog.
authorJan Djärv <jan.h.d@swipnet.se>
Sat, 13 Nov 2004 23:17:55 +0000 (23:17 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Sat, 13 Nov 2004 23:17:55 +0000 (23:17 +0000)
src/gtkutil.c

index 90cee0c..7933378 100644 (file)
@@ -1150,7 +1150,9 @@ pop_down_file_dialog (arg)
      Lisp_Object arg;
 {
   struct Lisp_Save_Value *p = XSAVE_VALUE (arg);
+  BLOCK_INPUT;
   gtk_widget_destroy (GTK_WIDGET (p->pointer));
+  UNBLOCK_INPUT;
   return Qnil;
 }