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:
parent
457a8155aa
commit
cd2531db72
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue