commit | 0eda7ac7f897433c9d346743bf38fcd291673070 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 26 05:38:18 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 26 05:38:18 2010 +0200 |
tree | 90a05f07c0c73e33b1097fab8f73d57a019027df | |
parent | 51f53dfe17617792a0275b19f27b50f98b0db764 [diff] [blame] |
Change remaining HAVE_GTK2 to FEAT_GUI_GTK.
diff --git a/src/syntax.c b/src/syntax.c index 7d96feb..7df00aa 100644 --- a/src/syntax.c +++ b/src/syntax.c
@@ -9430,7 +9430,7 @@ # ifdef FEAT_XFONTSET gui_mch_free_fontset(gui.fontset); # endif -# ifndef HAVE_GTK2 +# ifndef FEAT_GUI_GTK gui_mch_free_font(gui.bold_font); gui_mch_free_font(gui.ital_font); gui_mch_free_font(gui.boldital_font);