summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/inti/files/patch-inti::gtk::childproperty.h
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-11 07:13:44 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-11 07:13:44 +0800
commitfb0ab2e60ee2ef7652929d5e5c3a9761475d3b18 (patch)
treee20ea26b2d794e44d87903fe101b9ea180368998 /x11-toolkits/inti/files/patch-inti::gtk::childproperty.h
parentf0ff328c6e84ffcc03d4538972c2f4fb87c28ef2 (diff)
downloadmarcuscom-ports-fb0ab2e60ee2ef7652929d5e5c3a9761475d3b18.tar
marcuscom-ports-fb0ab2e60ee2ef7652929d5e5c3a9761475d3b18.tar.gz
marcuscom-ports-fb0ab2e60ee2ef7652929d5e5c3a9761475d3b18.tar.bz2
marcuscom-ports-fb0ab2e60ee2ef7652929d5e5c3a9761475d3b18.tar.lz
marcuscom-ports-fb0ab2e60ee2ef7652929d5e5c3a9761475d3b18.tar.xz
marcuscom-ports-fb0ab2e60ee2ef7652929d5e5c3a9761475d3b18.tar.zst
marcuscom-ports-fb0ab2e60ee2ef7652929d5e5c3a9761475d3b18.zip
Fix build with latest gtk20.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7705 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/inti/files/patch-inti::gtk::childproperty.h')
-rw-r--r--x11-toolkits/inti/files/patch-inti::gtk::childproperty.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/x11-toolkits/inti/files/patch-inti::gtk::childproperty.h b/x11-toolkits/inti/files/patch-inti::gtk::childproperty.h
new file mode 100644
index 000000000..9d8f61aa5
--- /dev/null
+++ b/x11-toolkits/inti/files/patch-inti::gtk::childproperty.h
@@ -0,0 +1,17 @@
+--- inti/gtk/childproperty.h.orig Sat Sep 18 21:10:17 2004
++++ inti/gtk/childproperty.h Sat Sep 18 21:12:44 2004
+@@ -139,12 +139,12 @@
+
+ void get(const Widget& child, DataType& data) const
+ {
+- property()->get(object(), child, data);
++ this->property()->get(this->object(), child, data);
+ }
+
+ void set(Widget& child, const DataType& data) const
+ {
+- property()->set(object(), child, data);
++ this->property()->set(this->object(), child, data);
+ }
+ };
+