Skip site navigation (1)Skip section navigation (2)
Date:      03 Mar 2003 15:53:00 -0500
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        "Mezz bsdforums.org" <reigncracks@hotmail.com>
Cc:        FreeBSD GNOME Users <gnome@freebsd.org>, Xavier.de_Labouret@cvf.fr
Subject:   Re: Fwd: Re: Something is wrong with gThumb 2.0.1 (bug report)...
Message-ID:  <1046724779.323.17.camel@gyros>
In-Reply-To: <F92Zw2AdA31pHy82G4n000a46a0@hotmail.com>
References:  <F92Zw2AdA31pHy82G4n000a46a0@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--=-9kL0A8S7x0Kz9FUCeL3F
Content-Type: multipart/mixed; boundary="=-tEF5bDguaJu8CHJsOnnp"


--=-tEF5bDguaJu8CHJsOnnp
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Mon, 2003-03-03 at 13:17, Mezz bsdforums.org wrote:
> Thanks for report and I am forwarding this email to the gnome-freebsd=20
> maillist. :-)

Try this patch.  If Maxime wants, I can commit this.  I'm not sure it's
the best solution.  There seems to be a lot of pointer issues in gthumb.

Joe

>=20
> Cheers,
> Mezz
>=20
> >Hello,
> >
> > >Ok, gThumb has been updated to 2.1.0 and this problem is still exist. =
I=20
> >am
> > >getting this: [...]
> >
> >I have the same problem on my FreeBSD box. I am using FreeBSD
> >5.0-CURRENT, and i had no problem with gthumb from Gnome 2.0. Troubles
> >began with the Gnome 2.2 migration.
> >
> >GThumb freezes when asked to quit. The message asking to either "close" =
or
> >"kill app" seems to come from the Window manager. If you exit gthumb fro=
m
> >the File/Exit menu of gthumb, this popup doesn't show up.
> >
> >Sorry if this mail doesn't bring much, however i find it important to
> >tell you that you are not alone to have this bug.
> >
> >Regards,
> >
> >Xavier de Labouret
>=20
> _________________________________________________________________
> Add photos to your messages with MSN 8. Get 2 months FREE*. =20
> http://join.msn.com/?page=3Dfeatures/featuredemail
>=20
>=20
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-gnome" in the body of the message
--=20
PGP Key : http://www.marcuscom.com/pgp.asc



--=-tEF5bDguaJu8CHJsOnnp
Content-Disposition: attachment; filename=patch-libgthumb_image-loader.c
Content-Transfer-Encoding: quoted-printable
Content-Type: text/x-c; name=patch-libgthumb_image-loader.c; charset=ISO8859-1

--- libgthumb/image-loader.c.orig	Mon Mar  3 15:45:30 2003
+++ libgthumb/image-loader.c	Mon Mar  3 15:45:32 2003
@@ -534,8 +534,10 @@
 		image_loader_sync_pixbuf (il);
 =09
 	priv->done_func =3D NULL;
-	if (done_func !=3D NULL)
+	if (done_func !=3D NULL) {
 		(*done_func) (priv->done_func_data);
+		return;
+        }
 =09
 	if (! priv->emit_signal)
 		return;

--=-tEF5bDguaJu8CHJsOnnp--

--=-9kL0A8S7x0Kz9FUCeL3F
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQA+Y8Crb2iPiv4Uz4cRAqKoAJ4zwq6tce+fgZv7LcW4UQ4mUJHNYgCdEa03
MatQ8bRGT5ouYtxuTQ8sAm0=
=3va9
-----END PGP SIGNATURE-----

--=-9kL0A8S7x0Kz9FUCeL3F--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1046724779.323.17.camel>