summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/inti/files/patch-inti::gtk::itemfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/inti/files/patch-inti::gtk::itemfactory.h')
-rw-r--r--x11-toolkits/inti/files/patch-inti::gtk::itemfactory.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/inti/files/patch-inti::gtk::itemfactory.h b/x11-toolkits/inti/files/patch-inti::gtk::itemfactory.h
new file mode 100644
index 000000000..fcf93fb02
--- /dev/null
+++ b/x11-toolkits/inti/files/patch-inti::gtk::itemfactory.h
@@ -0,0 +1,11 @@
+--- inti/gtk/itemfactory.h.orig Sat Sep 18 21:25:05 2004
++++ inti/gtk/itemfactory.h Sat Sep 18 21:26:59 2004
+@@ -373,7 +373,7 @@
+ int i = 0;
+ while ((owner.item_factory_map[i]).path)
+ {
+- delete_entry(item_factory_map[i]);
++ delete_entry(owner.item_factory_map[i]);
+ i++;
+ }
+ }