sync 098claws
[claws.git] / src / headerview.c
index 8941bf5c7236844b1788824b6153cac974d991ec..76044e3191620a1a255883c00079c6bf051b4c24 100644 (file)
@@ -46,8 +46,6 @@
 #include "gtkutils.h"
 #include "utils.h"
 
-PangoFontDescription *boldfont;
-
 #define TR(str)        (prefs_common.trans_hdr ? gettext(str) : str)
 
 #if 0
@@ -133,6 +131,8 @@ HeaderView *headerview_create(void)
 
 void headerview_init(HeaderView *headerview)
 {
+       static PangoFontDescription *boldfont = NULL;
+
        if (!boldfont && BOLD_FONT)
                boldfont = pango_font_description_from_string
                                (BOLD_FONT);