commit | 86b68359978c933419279e599d0a8cf536095d77 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 27 21:59:20 2004 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 27 21:59:20 2004 +0000 |
tree | 4291920506f596f1c934c9cf3af5641bdc63b900 | |
parent | b5bf5b8fae9ff5e2f7704686efae2814be1e18f7 [diff] [blame] |
updated for version 7.0025
diff --git a/src/gui_gtk.c b/src/gui_gtk.c index 4e4c1d9..e97dc4f 100644 --- a/src/gui_gtk.c +++ b/src/gui_gtk.c
@@ -1348,6 +1348,8 @@ return vim_strsave(p); } +#if defined(HAVE_GTK2) || defined(PROTO) + /* * Put up a directory selector * Returns the selected name in allocated memory, or NULL for Cancel. @@ -1416,6 +1418,7 @@ return gui_mch_browse(0, title, NULL, NULL, initdir, NULL); # endif } +#endif #endif /* FEAT_BROWSE */