emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/gtkutil.c


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/gtkutil.c
Date: Tue, 23 Nov 2004 15:03:42 -0500

Index: emacs/src/gtkutil.c
diff -c emacs/src/gtkutil.c:1.52 emacs/src/gtkutil.c:1.53
*** emacs/src/gtkutil.c:1.52    Tue Nov 16 22:24:48 2004
--- emacs/src/gtkutil.c Tue Nov 23 19:56:55 2004
***************
*** 1122,1131 ****
  /***********************************************************************
                        File dialog functions
   ***********************************************************************/
- #ifdef HAVE_GTK_FILE_BOTH
- int use_old_gtk_file_dialog;
- #endif
- 
  /* Function that is called when the file dialog pops down.
     W is the dialog widget, RESPONSE is the response code.
     USER_DATA is what we passed in to g_signal_connect (pointer to int).  */
--- 1122,1127 ----
***************
*** 1311,1317 ****
    xg_get_file_func func;
  
  #ifdef HAVE_GTK_FILE_BOTH
!   if (use_old_gtk_file_dialog)
      w = xg_get_file_with_selection (f, prompt, default_filename,
                                      mustmatch_p, only_dir_p, &func);
    else
--- 1307,1315 ----
    xg_get_file_func func;
  
  #ifdef HAVE_GTK_FILE_BOTH
!   extern int x_use_old_gtk_file_dialog;
! 
!   if (x_use_old_gtk_file_dialog)
      w = xg_get_file_with_selection (f, prompt, default_filename,
                                      mustmatch_p, only_dir_p, &func);
    else




reply via email to

[Prev in Thread] Current Thread [Next in Thread]