aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-importer.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-importer.c')
-rw-r--r--shell/e-shell-importer.c4
1 files 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);