Avoid using gtk_widget_set_style(), so these widgets can get theme or
[claws.git] / src / folderview.c
index f3df6460342db77ad3f6477cdf148e17eb9babc9..209c6176c29a7be40887a73fefd81c5fc4869fc1 100644 (file)
@@ -681,8 +681,6 @@ void folderview_init(FolderView *folderview)
                gtkut_convert_int_to_gdk_color(prefs_common.color_new, &gdk_color);
                normal_color_style = gtk_style_copy(normal_style);
                normal_color_style->fg[GTK_STATE_NORMAL] = gdk_color;
-
-               gtk_widget_set_style(ctree, normal_style);
        }
 
        if (!bold_style) {