From 1034abae465596ec3fca34910c772eaef569287f Mon Sep 17 00:00:00 2001 From: Larry Ewing Date: Wed, 9 Apr 2003 08:25:24 +0000 Subject: Commit the right version. svn path=/trunk/; revision=20778 --- shell/e-shell-importer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/e-shell-importer.c b/shell/e-shell-importer.c index 327f2a1ce2..bc03ab4417 100644 --- a/shell/e-shell-importer.c +++ b/shell/e-shell-importer.c @@ -176,8 +176,8 @@ create_html (const char *name) if (!style) style = gtk_widget_get_style (html); if (style) { - gtk_widget_modify_base (html, &style->bg[GTK_STATE_NORMAL]); - gtk_widget_modify_text (html, &style->fg[GTK_STATE_NORMAL]); + gtk_widget_modify_base (html, GTK_STATE_NORMAL, &style->bg[GTK_STATE_NORMAL]); + gtk_widget_modify_text (html, GTK_STATE_NORMAL, &style->fg[GTK_STATE_NORMAL]); } gtk_widget_show (html); -- cgit