pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/gtk2 fix arguments to text_window_realize() (gnome...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54520fd15063
branches:  trunk
changeset: 523631:54520fd15063
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Jan 10 18:03:51 2007 +0000

description:
fix arguments to text_window_realize() (gnome bug #393813)
bump PKGREVISION

diffstat:

 x11/gtk2/Makefile         |   3 ++-
 x11/gtk2/distinfo         |   3 ++-
 x11/gtk2/patches/patch-aj |  22 ++++++++++++++++++++++
 3 files changed, 26 insertions(+), 2 deletions(-)

diffs (52 lines):

diff -r aa038deb728f -r 54520fd15063 x11/gtk2/Makefile
--- a/x11/gtk2/Makefile Wed Jan 10 17:58:43 2007 +0000
+++ b/x11/gtk2/Makefile Wed Jan 10 18:03:51 2007 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.134 2007/01/08 16:41:31 drochner Exp $
+# $NetBSD: Makefile,v 1.135 2007/01/10 18:03:51 drochner Exp $
 
 DISTNAME=              gtk+-2.10.7
+PKGREVISION=           1
 PKGNAME=               ${DISTNAME:S/gtk/gtk2/}
 CATEGORIES=            x11
 MASTER_SITES=          ftp://ftp.gtk.org/pub/gtk/v2.10/ \
diff -r aa038deb728f -r 54520fd15063 x11/gtk2/distinfo
--- a/x11/gtk2/distinfo Wed Jan 10 17:58:43 2007 +0000
+++ b/x11/gtk2/distinfo Wed Jan 10 18:03:51 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.78 2007/01/08 16:41:31 drochner Exp $
+$NetBSD: distinfo,v 1.79 2007/01/10 18:03:51 drochner Exp $
 
 SHA1 (gtk+-2.10.7.tar.bz2) = 784a7ecc75767306efe1f200a1251968f944143e
 RMD160 (gtk+-2.10.7.tar.bz2) = 130af39787b146166846f44b104ea0c3683d0578
@@ -10,3 +10,4 @@
 SHA1 (patch-af) = 36734d064fc2b103755cf86bea85a0dc33154f90
 SHA1 (patch-ag) = 1df97f257dc4a170d0ad37eb6755fc5ba327b6a9
 SHA1 (patch-ai) = c54cd41297cae98355cc9cb61a762463bac43902
+SHA1 (patch-aj) = baf52dd96d27af5bd60340111901d551826d2dd4
diff -r aa038deb728f -r 54520fd15063 x11/gtk2/patches/patch-aj
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gtk2/patches/patch-aj Wed Jan 10 18:03:51 2007 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-aj,v 1.9 2007/01/10 18:03:51 drochner Exp $
+
+--- gtk/gtktextview.c.orig     2007-01-10 16:25:02.000000000 +0100
++++ gtk/gtktextview.c
+@@ -8071,7 +8071,7 @@ set_window_width (GtkTextView      *text
+                                    width, 0);
+           /* if the widget is already realized we need to realize the child manually */
+           if (GTK_WIDGET_REALIZED (text_view))
+-            text_window_realize (*winp, GTK_WIDGET (text_view)->window);
++            text_window_realize (*winp, GTK_WIDGET (text_view));
+         }
+       else
+         {
+@@ -8111,7 +8111,7 @@ set_window_height (GtkTextView      *tex
+ 
+           /* if the widget is already realized we need to realize the child manually */
+           if (GTK_WIDGET_REALIZED (text_view))
+-            text_window_realize (*winp, GTK_WIDGET (text_view)->window);
++            text_window_realize (*winp, GTK_WIDGET (text_view));
+         }
+       else
+         {



Home | Main Index | Thread Index | Old Index