Skip to content

Commit 6de2ac2

Browse files
committed
updated for version 7.3.692
Problem: Can't build GTK version with GTK 2.0. Solution: Put GtkFileFilter declaration in the right place. (Yegappan Lakshmanan)
1 parent 66a6406 commit 6de2ac2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/gui_gtk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,6 @@ gui_mch_browse(int saving UNUSED,
845845
char_u dirbuf[MAXPATHL];
846846
guint log_handler;
847847
const gchar *domain = "Gtk";
848-
GtkFileFilter *gfilter;
849848

850849
title = CONVERT_TO_UTF8(title);
851850

@@ -883,6 +882,7 @@ gui_mch_browse(int saving UNUSED,
883882
int i = 0;
884883
char_u *patt;
885884
char_u *p = filter;
885+
GtkFileFilter *gfilter;
886886

887887
gfilter = gtk_file_filter_new();
888888
patt = alloc(STRLEN(filter));

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,8 @@ static char *(features[]) =
719719

720720
static int included_patches[] =
721721
{ /* Add new patch number below this line */
722+
/**/
723+
692,
722724
/**/
723725
691,
724726
/**/

0 commit comments

Comments
 (0)