Date: Tue, 27 Jan 2004 23:13:34 +0100 From: Simon Barner <barner@in.tum.de> To: gnome@FreeBSD.org Subject: x11/gnometerminal: Fix from Gnome CVS for bugzilla bug #129349 Message-ID: <20040127221334.GD15226@zi025.glhnet.mhn.de>
next in thread | raw e-mail | index | archive | help
--/2994txjAzEdQwm5 Content-Type: multipart/mixed; boundary="wLAMOaPNJ0fu1fTG" Content-Disposition: inline --wLAMOaPNJ0fu1fTG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, I just had a look at the development FAQ, and at least for one item from the known issues list, there is a fix in the Gnome CVS repository. Simon --wLAMOaPNJ0fu1fTG Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="gnometerminal.patch" Content-Transfer-Encoding: quoted-printable diff -ruN gnometerminal/Makefile gnometerminal.patched/Makefile --- gnometerminal/Makefile Tue Jan 27 23:08:22 2004 +++ gnometerminal.patched/Makefile Tue Jan 27 23:03:23 2004 @@ -7,6 +7,7 @@ =20 PORTNAME=3D gnometerminal PORTVERSION=3D 2.5.1 +PORTREVISION=3D 1 CATEGORIES=3D x11 gnome MASTER_SITES=3D ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR=3D sources/gnome-terminal/2.5 diff -ruN gnometerminal/files/patch-src::terminal-window.c gnometerminal.pa= tched/files/patch-src::terminal-window.c --- gnometerminal/files/patch-src::terminal-window.c Thu Jan 1 01:00:00 19= 70 +++ gnometerminal.patched/files/patch-src::terminal-window.c Tue Jan 27 22:= 57:56 2004 @@ -0,0 +1,14 @@ +--- src/terminal-window.c.orig Wed Nov 5 01:50:14 2003 ++++ src/terminal-window.c Tue Jan 27 22:57:22 2004 +@@ -778,6 +778,11 @@ + menus_have_icons =3D TRUE; + } + =20 ++ g_signal_connect (window->priv->menubar, ++ "can_activate_accel", ++ G_CALLBACK (gtk_true), ++ NULL); ++ =20 + accel_group =3D terminal_accels_get_group_for_widget (GTK_WIDGET (windo= w)); + gtk_window_add_accel_group (GTK_WINDOW (window), accel_group); + =20 --wLAMOaPNJ0fu1fTG-- --/2994txjAzEdQwm5 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQFAFuKOCkn+/eutqCoRAt5iAJ4vipOwrDcCn5bpirOuaHaPSQlKvQCgoMy7 j68Fw2d83MvoGJh+/ddMK2M= =x9Qa -----END PGP SIGNATURE----- --/2994txjAzEdQwm5--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040127221334.GD15226>