1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-24 08:51:10 -08:00

Add BLOCK_INPUT in pop_down_file_dialog.

This commit is contained in:
Jan Djärv 2004-11-13 23:17:55 +00:00
parent 457a8155aa
commit cd2531db72

View 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;
}