changeset 57432:d95ac5c74632

* xfns.c (syms_of_xfns): defsubr x-file-dialog for GTK also.
author Jan Djärv <jan.h.d@swipnet.se>
date Mon, 11 Oct 2004 10:50:00 +0000
parents eb0c890a4987
children 1b88b2a7544f
files src/ChangeLog src/xfns.c
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Oct 11 03:29:45 2004 +0000
+++ b/src/ChangeLog	Mon Oct 11 10:50:00 2004 +0000
@@ -1,3 +1,7 @@
+2004-10-11  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
+
+	* xfns.c (syms_of_xfns): defsubr x-file-dialog for GTK also.
+
 2004-10-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
 	* macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindow
--- a/src/xfns.c	Mon Oct 11 03:29:45 2004 +0000
+++ b/src/xfns.c	Mon Oct 11 10:50:00 2004 +0000
@@ -5566,7 +5566,7 @@
   last_show_tip_args = Qnil;
   staticpro (&last_show_tip_args);
 
-#ifdef USE_MOTIF
+#if defined (USE_MOTIF) || defined (USE_GTK)
   defsubr (&Sx_file_dialog);
 #endif
 }