summaryrefslogtreecommitdiff
path: root/misc/xiphos/files/patch-src::gnome2::toolbar_style.c
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-02-20 23:29:31 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-02-20 23:29:31 +0000
commit94724992e31e4719b43078de02ca7307be09ad19 (patch)
tree737d854cf40425dc3381496d97a9f62b11915e51 /misc/xiphos/files/patch-src::gnome2::toolbar_style.c
parentMX4J is a project to build an Open Source implementation of the (diff)
- Unbreak
- Take maintainership PR: ports/77688 Submitted by: Danny Boudrot <dboudrot@yahoo.com>
Diffstat (limited to 'misc/xiphos/files/patch-src::gnome2::toolbar_style.c')
-rw-r--r--misc/xiphos/files/patch-src::gnome2::toolbar_style.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/misc/xiphos/files/patch-src::gnome2::toolbar_style.c b/misc/xiphos/files/patch-src::gnome2::toolbar_style.c
new file mode 100644
index 000000000000..ae8c6cd1c6c3
--- /dev/null
+++ b/misc/xiphos/files/patch-src::gnome2::toolbar_style.c
@@ -0,0 +1,16 @@
+--- src/gnome2/toolbar_style.c.orig Thu Apr 22 14:12:43 2004
++++ src/gnome2/toolbar_style.c Mon Feb 14 15:23:28 2005
+@@ -460,11 +460,12 @@
+ static void set_color_combo(GtkHTML * html,
+ GSHTMLEditorControlData * cd)
+ {
+ color_combo_set_color(COLOR_COMBO(cd->combo),
+ &html_colorset_get_color_allocated
+- (html->engine->painter,
++ (cd->html->engine->settings->color_set,
++ html->engine->painter,
+ HTMLTextColor)->color);
+
+ }
+
+ /******************************************************************************