aboutsummaryrefslogtreecommitdiff
path: root/misc/xiphos/files/patch-src::gnome2::note_toolbar_style.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/xiphos/files/patch-src::gnome2::note_toolbar_style.c')
-rw-r--r--misc/xiphos/files/patch-src::gnome2::note_toolbar_style.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/misc/xiphos/files/patch-src::gnome2::note_toolbar_style.c b/misc/xiphos/files/patch-src::gnome2::note_toolbar_style.c
deleted file mode 100644
index 014a022c06c0..000000000000
--- a/misc/xiphos/files/patch-src::gnome2::note_toolbar_style.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- src/gnome2/note_toolbar_style.c.orig Thu Apr 22 14:12:43 2004
-+++ src/gnome2/note_toolbar_style.c Mon Feb 14 15:20:54 2005
-@@ -469,11 +469,12 @@
- DIALOG_DATA * d)
- {
- GSHTMLEditorControlData *cd = d->editor;
- 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);
-
- }
-
- /******************************************************************************