x11/gnometerminal: Fix from Gnome CVS for bugzilla bug #129349
Simon Barner
barner at in.tum.de
Tue Jan 27 14:17:07 PST 2004
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
-------------- next part --------------
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 @@
PORTNAME= gnometerminal
PORTVERSION= 2.5.1
+PORTREVISION= 1
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-terminal/2.5
diff -ruN gnometerminal/files/patch-src::terminal-window.c gnometerminal.patched/files/patch-src::terminal-window.c
--- gnometerminal/files/patch-src::terminal-window.c Thu Jan 1 01:00:00 1970
+++ 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 = TRUE;
+ }
+
++ g_signal_connect (window->priv->menubar,
++ "can_activate_accel",
++ G_CALLBACK (gtk_true),
++ NULL);
++
+ accel_group = terminal_accels_get_group_for_widget (GTK_WIDGET (window));
+ gtk_window_add_accel_group (GTK_WINDOW (window), accel_group);
+
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: Digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20040127/606b8732/attachment-0001.bin
More information about the freebsd-gnome
mailing list