use sylpheed's normal font instead of gtk default font for folders without new messages
authorChristoph Hohmann <reboot@gmx.ch>
Sun, 24 Jun 2001 14:43:20 +0000 (14:43 +0000)
committerChristoph Hohmann <reboot@gmx.ch>
Sun, 24 Jun 2001 14:43:20 +0000 (14:43 +0000)
ChangeLog.claws
src/folderview.c

index 7b85742b6ca30fb106a46fe7eec785a230dbcb06..7367868d04a7d18b0051ed0c53564e9124a65728 100644 (file)
@@ -2,6 +2,10 @@
 
        * src/prefs_common.c
                bug fix in font selection
+       * src/folderview.c
+               use sylpheed's normal font instead of
+               gtk default font for folders without
+               new messages
 
 2001-06-24 [alfons]
 
index 0f2089c4821c27becd73968f9227c7b00479240c..a56e80770fcd274e4dfac485a7baabf2eb2a60cc 100644 (file)
@@ -865,7 +865,7 @@ static void folderview_update_node(FolderView *folderview, GtkCTreeNode *node)
        if (use_bold && boldfont)
                style->font = boldfont;
        else
-               style->font = ctree_style->font;
+               style->font = normalfont;
 
        if (use_color) {
                style->fg[GTK_STATE_NORMAL]   = folderview->color_new;