sync with sylpheed 0.6.3cvs8
[claws.git] / src / headerwindow.c
index a854caae70a0405b1d6e3107e92a26666c7efbf4..df234eceeb57d722fd86b7f42154f50120c093b3 100644 (file)
 #include "main.h"
 #include "headerwindow.h"
 #include "mainwindow.h"
-#include "prefs_common.h"
 #include "procheader.h"
 #include "procmsg.h"
 #include "codeconv.h"
+#include "prefs_common.h"
 #include "utils.h"
 
 static GdkFont *normalfont;
@@ -88,10 +88,8 @@ HeaderWindow *header_window_create(void)
 
 void header_window_init(HeaderWindow *headerwin)
 {
-       /*
-       if (!normalfont)
-               normalfont = gdk_fontset_load(NORMAL_FONT);
-       */      
+       /* if (!normalfont)
+               normalfont = gdk_fontset_load(prefs_common.normalfont); */
        if (!boldfont)
                boldfont = gdk_fontset_load(BOLD_FONT);
 }