]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.3.692 v7.3.692
authorBram Moolenaar <Bram@vim.org>
Thu, 18 Oct 2012 03:18:32 +0000 (05:18 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 18 Oct 2012 03:18:32 +0000 (05:18 +0200)
Problem:    Can't build GTK version with GTK 2.0.
Solution:   Put GtkFileFilter declaration in the right place. (Yegappan
            Lakshmanan)

src/gui_gtk.c
src/version.c

index 4b63d513debf781c34b05b47e8f538ba8c0d6448..ba2d23d1e9fcb8729ca613c29e99b81b6cc95ebd 100644 (file)
@@ -845,7 +845,6 @@ gui_mch_browse(int saving UNUSED,
     char_u             dirbuf[MAXPATHL];
     guint              log_handler;
     const gchar                *domain = "Gtk";
-    GtkFileFilter      *gfilter;
 
     title = CONVERT_TO_UTF8(title);
 
@@ -883,6 +882,7 @@ gui_mch_browse(int saving UNUSED,
        int     i = 0;
        char_u  *patt;
        char_u  *p = filter;
+       GtkFileFilter   *gfilter;
 
        gfilter = gtk_file_filter_new();
        patt = alloc(STRLEN(filter));
index 2d9529ce5c2fb985360b9b905fb01e5b85c6b969..e0a63265af470725cce5d0f7258356fd26c8da1d 100644 (file)
@@ -719,6 +719,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    692,
 /**/
     691,
 /**/