summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2006-10-24 20:01:06 +0000
committervimboss <devnull@localhost>2006-10-24 20:01:06 +0000
commitc5329e2710a91d9d298a28adc796154d0709218c (patch)
tree3a9310853e9e786bd2ba1bf5af760e80f9fdf489
parent556513d9bbf49ee92d1be5eda38e5916bbd62974 (diff)
downloadvim-7-0-151.tar.gz
updated for version 7.0-151v7.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 29ef7e36..f760ad09 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 4a50d812..c73040be 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,