/[emacs]/emacs/src/gtkutil.c
ViewVC logotype

Diff of /emacs/src/gtkutil.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.50 by jhd, Sat Nov 13 23:09:11 2004 UTC revision 1.51 by jhd, Sat Nov 13 23:17:55 2004 UTC
# Line 1150  pop_down_file_dialog (arg) Line 1150  pop_down_file_dialog (arg)
1150       Lisp_Object arg;       Lisp_Object arg;
1151  {  {
1152    struct Lisp_Save_Value *p = XSAVE_VALUE (arg);    struct Lisp_Save_Value *p = XSAVE_VALUE (arg);
1153      BLOCK_INPUT;
1154    gtk_widget_destroy (GTK_WIDGET (p->pointer));    gtk_widget_destroy (GTK_WIDGET (p->pointer));
1155      UNBLOCK_INPUT;
1156    return Qnil;    return Qnil;
1157  }  }
1158    

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26