updated for version 7.2b-026 v7.2b.026
authorBram Moolenaar <Bram@vim.org>
Thu, 31 Jul 2008 20:29:28 +0000 (20:29 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 31 Jul 2008 20:29:28 +0000 (20:29 +0000)
src/gui_gtk.c
src/version.c

index c097545e4de53ba30ed2512e6800701a3f251e67..cdfe78bdb372472b1881f60a99c2da9ac69c9edb 100644 (file)
@@ -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
index b42aec73083da73698d697991da84cd1c982d4bc..933da74b92af94afd6fbc0169cce0f6bd4ab57cb 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    26,
 /**/
     25,
 /**/