# HG changeset patch # User vimboss # Date 1217536168 0 # Node ID b6ffc2045211c67d42d806af38dae64626aba605 # Parent c8c47cc9dab1eb6976b9c214c58e65beb3a45e97 updated for version 7.2b-026 diff --git a/src/gui_gtk.c b/src/gui_gtk.c --- a/src/gui_gtk.c +++ b/src/gui_gtk.c @@ -1195,7 +1195,10 @@ gui_mch_destroy_scrollbar(scrollbar_T *s * 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 --- a/src/version.c +++ b/src/version.c @@ -677,6 +677,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 26, +/**/ 25, /**/ 24,