From 149e807e1326cf2ef48b42d4d0f717b2ebd236bd Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 31 Jul 2008 20:29:28 +0000 Subject: [PATCH] updated for version 7.2b-026 --- src/gui_gtk.c | 5 ++++- src/version.c | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/gui_gtk.c b/src/gui_gtk.c index c097545e4..cdfe78bdb 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 diff --git a/src/version.c b/src/version.c index b42aec730..933da74b9 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 26, /**/ 25, /**/ -- 2.50.1