]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtksearchenginesimple.c
filechooserbutton: When the combo box changes, set the *file*, not the current folder
[~andy/gtk] / gtk / gtksearchenginesimple.c
index 1905f427b02fcf9cc3c7fe1dd88c2fa3dacb63c8..8d0e07f44e6afbca06b0b6683cc22d9193d88cea 100644 (file)
@@ -26,8 +26,8 @@
  * export ftw() and friends only if _XOPEN_SOURCE and _GNU_SOURCE
  * are defined. see bug #444097.
  */
-#define _XOPEN_SOURCE 500
-#define _GNU_SOURCE 
+#define _XOPEN_SOURCE 600
+#define _GNU_SOURCE
 
 #ifdef HAVE_FTW_H
 #include <ftw.h>