aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gtkutil.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c
index 90cee0c7272..79333782229 100644
--- a/src/gtkutil.c
+++ b/src/gtkutil.c
@@ -1150,7 +1150,9 @@ pop_down_file_dialog (arg)
1150 Lisp_Object arg; 1150 Lisp_Object arg;
1151{ 1151{
1152 struct Lisp_Save_Value *p = XSAVE_VALUE (arg); 1152 struct Lisp_Save_Value *p = XSAVE_VALUE (arg);
1153 BLOCK_INPUT;
1153 gtk_widget_destroy (GTK_WIDGET (p->pointer)); 1154 gtk_widget_destroy (GTK_WIDGET (p->pointer));
1155 UNBLOCK_INPUT;
1154 return Qnil; 1156 return Qnil;
1155} 1157}
1156 1158