Date: Thu, 15 Jun 2006 21:30:40 GMT From: Alex Samorukov <samm@os2.kiev.ua> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/98929: jpilot is broken with FreeBSD 6.1 / GTK2 Message-ID: <200606152130.k5FLUe5h033849@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/98929; it has been noted by GNATS. From: Alex Samorukov <samm@os2.kiev.ua> To: bug-followup@FreeBSD.org, gb@isis.u-strasbg.fr Cc: Subject: Re: ports/98929: jpilot is broken with FreeBSD 6.1 / GTK2 Date: Fri, 16 Jun 2006 00:29:26 +0300 I back ported fix for this problem from CVS. Now i`ll make another PR to submit changes to CVS tree but you can check this patch now and report result. =================================================================== RCS file: /cvs/jpilot/jpilot_src/jpilot-sync.c,v retrieving revision 1.23 diff -u -r1.23 jpilot-sync.c --- jpilot-sync.c 28 Jan 2005 16:54:13 -0000 1.23 +++ jpilot-sync.c 5 Nov 2005 15:07:57 -0000 @@ -44,6 +44,7 @@ pid_t glob_child_pid; GtkWidget *glob_dialog; pid_t glob_child_pid; +GtkTooltips *glob_tooltips; unsigned char skip_plugins;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606152130.k5FLUe5h033849>