From: Bram Moolenaar Date: Tue, 24 Oct 2006 20:01:06 +0000 (+0000) Subject: updated for version 7.0-151 X-Git-Tag: v7.0.151 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d13506289a58f3895531d38240ab5401244237e6;p=vim updated for version 7.0-151 --- diff --git a/src/gui_gtk.c b/src/gui_gtk.c index 29ef7e367..f760ad099 100644 --- a/src/gui_gtk.c +++ b/src/gui_gtk.c @@ -1293,8 +1293,8 @@ gui_mch_browse(int saving, GTK_WINDOW(gui.mainwin), saving ? GTK_FILE_CHOOSER_ACTION_SAVE : GTK_FILE_CHOOSER_ACTION_OPEN, - saving ? GTK_STOCK_SAVE : GTK_STOCK_OPEN, GTK_RESPONSE_ACCEPT, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, + saving ? GTK_STOCK_SAVE : GTK_STOCK_OPEN, GTK_RESPONSE_ACCEPT, NULL); gtk_file_chooser_set_current_folder(GTK_FILE_CHOOSER(fc), (const gchar *)dirbuf); diff --git a/src/version.c b/src/version.c index 4a50d812a..c73040be7 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 151, /**/ 150, /**/