mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-29 07:58:28 +00:00
* gtkutil.c (xg_get_file_name): Fix typo in
HAVE_GTK_FILE_SELECTION_NEW.
This commit is contained in:
parent
5ae53dcfca
commit
724cde0d1d
@ -1,5 +1,8 @@
|
||||
2004-11-16 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
|
||||
|
||||
* gtkutil.c (xg_get_file_name): Fix typo in
|
||||
HAVE_GTK_FILE_SELECTION_NEW.
|
||||
|
||||
* xmenu.c (x_menu_in_use): Removed.
|
||||
(x_menu_set_in_use): Also set popup_activated_flag.
|
||||
|
||||
|
@ -1304,7 +1304,7 @@ xg_get_file_name (f, prompt, default_filename, mustmatch_p, only_dir_p)
|
||||
char *default_filename;
|
||||
int mustmatch_p, only_dir_p;
|
||||
{
|
||||
GtkWidget *w;
|
||||
GtkWidget *w = 0;
|
||||
int count = SPECPDL_INDEX ();
|
||||
char *fn = 0;
|
||||
int filesel_done = 0;
|
||||
@ -1320,7 +1320,7 @@ xg_get_file_name (f, prompt, default_filename, mustmatch_p, only_dir_p)
|
||||
|
||||
#else /* not HAVE_GTK_FILE_BOTH */
|
||||
|
||||
#ifdef HAVE_GTK_FILE_SELECTION_DIALOG_NEW
|
||||
#ifdef HAVE_GTK_FILE_SELECTION_NEW
|
||||
w = xg_get_file_with_selection (f, prompt, default_filename,
|
||||
mustmatch_p, only_dir_p, &func);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user