summaryrefslogtreecommitdiffstats
path: root/src/gui_gtk.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2008-07-31 20:29:28 +0000
committerBram Moolenaar <Bram@vim.org>2008-07-31 20:29:28 +0000
commit149e807e1326cf2ef48b42d4d0f717b2ebd236bd (patch)
tree3f6f0ea06d9deabffb51fc8eed333b6976fbfcbc /src/gui_gtk.c
parenta983fe94738e66b8f6a08244ef6dc45ddf5b622f (diff)
updated for version 7.2b-026v7.2b.026
Diffstat (limited to 'src/gui_gtk.c')
-rw-r--r--src/gui_gtk.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gui_gtk.c b/src/gui_gtk.c
index c097545e4d..cdfe78bdb3 100644
--- a/src/gui_gtk.c
+++ b/src/gui_gtk.c
@@ -1195,7 +1195,10 @@ gui_mch_destroy_scrollbar(scrollbar_T *sb)
* Implementation of the file selector related stuff
*/
#if defined(HAVE_GTK2) && GTK_CHECK_VERSION(2,4,0)
-# define USE_FILE_CHOOSER
+/* This has been disabled, because the GTK library rewrites
+ * ~/.recently-used.xbel every time the main loop is quit. For Vim that means
+ * on just about any event. */
+/* # define USE_FILE_CHOOSER */
#endif
#ifndef USE_FILE_CHOOSER