comparison src/gui_gtk.c @ 3666:46896c29edd7 v7.3.593

updated for version 7.3.593 Problem: No easy way to decide if b:browsefilter will work. Solution: Add the browsefilter feature.
author Bram Moolenaar <bram@vim.org>
date Tue, 10 Jul 2012 13:41:14 +0200
parents 0e06193d4bd7
children 337a4368fd2b
comparison
equal deleted inserted replaced
3665:c1a41a78726d 3666:46896c29edd7
777 777
778 #if defined(FEAT_BROWSE) || defined(PROTO) 778 #if defined(FEAT_BROWSE) || defined(PROTO)
779 /* 779 /*
780 * Implementation of the file selector related stuff 780 * Implementation of the file selector related stuff
781 */ 781 */
782 #if GTK_CHECK_VERSION(2,4,0)
783 # define USE_FILE_CHOOSER
784 #endif
785 782
786 #ifndef USE_FILE_CHOOSER 783 #ifndef USE_FILE_CHOOSER
787 static void 784 static void
788 browse_ok_cb(GtkWidget *widget UNUSED, gpointer cbdata) 785 browse_ok_cb(GtkWidget *widget UNUSED, gpointer cbdata)
789 { 786 {