]> granicus.if.org Git - vim/commitdiff
patch 8.1.2102: can't build with GTK and FEAT_GUI_GNOME v8.1.2102
authorBram Moolenaar <Bram@vim.org>
Sun, 29 Sep 2019 18:53:55 +0000 (20:53 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 29 Sep 2019 18:53:55 +0000 (20:53 +0200)
Problem:    Can't build with GTK and FEAT_GUI_GNOME. (Tony Mechelynck)
Solution:   Adjust the #ifdef. (Yegappan Lakshmanan)

src/session.c
src/version.c

index 41835db263cd8c445b27d8c385d3ee8372a92b24..418fcba5778d472dbac23cc0c8496b377c748d2c 100644 (file)
@@ -985,7 +985,7 @@ ex_loadview(exarg_T *eap)
     }
 }
 
-# if defined(USE_GNOME_SESSION) \
+# if defined(FEAT_GUI_GNOME) \
        || (defined(GUI_MAY_SPAWN) && defined(EXPERIMENTAL_GUI_CMD)) \
        || defined(PROTO)
 /*
index 8feb2cc72c942b77b215e2f8092d38a3cf281c3e..f5b9d6075effb38941c8cc3fa24dadbbd41100bf 100644 (file)
@@ -753,6 +753,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2102,
 /**/
     2101,
 /**/