Re: [PATCH] gvim: Fix compilation against GNOME 2.18

2007-05-14 Thread Bram Moolenaar
Mike Kelly wrote: > Bram Moolenaar <[EMAIL PROTECTED]> wrote: > > > > > Daniel Drake wrote: > > > > > gvim with FEAT_GUI_GNOME fails to compile against GNOME 2.18. See > > > https://bugs.gentoo.org/show_bug.cgi?id=176566 for more info. > > > > > > This patch solves the problem. > > > > Than

Re: [PATCH] gvim: Fix compilation against GNOME 2.18

2007-05-13 Thread Mike Kelly
On Thu, 10 May 2007 11:28:25 +0200 Bram Moolenaar <[EMAIL PROTECTED]> wrote: > > Daniel Drake wrote: > > > gvim with FEAT_GUI_GNOME fails to compile against GNOME 2.18. See > > https://bugs.gentoo.org/show_bug.cgi?id=176566 for more info. > > > > This patch solves the problem. > > Thanks. Lo

Re: [PATCH] gvim: Fix compilation against GNOME 2.18

2007-05-10 Thread Bram Moolenaar
Daniel Drake wrote: > gvim with FEAT_GUI_GNOME fails to compile against GNOME 2.18. See > https://bugs.gentoo.org/show_bug.cgi?id=176566 for more info. > > This patch solves the problem. Thanks. Looks safe to include now. -- There's no place like $(HOME)! /// Bram Moolenaar -- [EMAIL PROT

[PATCH] gvim: Fix compilation against GNOME 2.18

2007-05-09 Thread Daniel Drake
gvim with FEAT_GUI_GNOME fails to compile against GNOME 2.18. See https://bugs.gentoo.org/show_bug.cgi?id=176566 for more info. This patch solves the problem. Index: vim7/src/gui_gtk.c === --- vim7.orig/src/gui_gtk.c +++ vim7/src/gu