mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
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)
This commit is contained in:
@@ -845,7 +845,6 @@ gui_mch_browse(int saving UNUSED,
|
|||||||
char_u dirbuf[MAXPATHL];
|
char_u dirbuf[MAXPATHL];
|
||||||
guint log_handler;
|
guint log_handler;
|
||||||
const gchar *domain = "Gtk";
|
const gchar *domain = "Gtk";
|
||||||
GtkFileFilter *gfilter;
|
|
||||||
|
|
||||||
title = CONVERT_TO_UTF8(title);
|
title = CONVERT_TO_UTF8(title);
|
||||||
|
|
||||||
@@ -883,6 +882,7 @@ gui_mch_browse(int saving UNUSED,
|
|||||||
int i = 0;
|
int i = 0;
|
||||||
char_u *patt;
|
char_u *patt;
|
||||||
char_u *p = filter;
|
char_u *p = filter;
|
||||||
|
GtkFileFilter *gfilter;
|
||||||
|
|
||||||
gfilter = gtk_file_filter_new();
|
gfilter = gtk_file_filter_new();
|
||||||
patt = alloc(STRLEN(filter));
|
patt = alloc(STRLEN(filter));
|
||||||
|
@@ -719,6 +719,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
692,
|
||||||
/**/
|
/**/
|
||||||
691,
|
691,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user