summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-10-24 20:01:06 +0000
committerBram Moolenaar <Bram@vim.org>2006-10-24 20:01:06 +0000
commitd13506289a58f3895531d38240ab5401244237e6 (patch)
tree3a9310853e9e786bd2ba1bf5af760e80f9fdf489
parent09ef47a32a0ea1b4b6f4885fcbbed1423e97764c (diff)
downloadvim-git-d13506289a58f3895531d38240ab5401244237e6.tar.gz
updated for version 7.0-151v7.0.151
-rw-r--r--src/gui_gtk.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
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
@@ -667,6 +667,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 151,
+/**/
150,
/**/
149,