add description of Actions and Pixmap Themes
[claws.git] / src / headerwindow.c
index 009d71f2bb04e0e63dc9d01e489b6aba852fa6e2..fa8d4b09381148dfed783acc8ecc12d00a787f5e 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;
@@ -58,6 +58,7 @@ HeaderWindow *header_window_create(void)
 
        window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
        gtk_window_set_title(GTK_WINDOW(window), _("All header"));
+       gtk_window_set_wmclass(GTK_WINDOW(window), "header_window", "Sylpheed");
        gtk_window_set_policy(GTK_WINDOW(window), TRUE, TRUE, FALSE);
        gtk_widget_set_usize(window, 600, 500);
        gtk_signal_connect(GTK_OBJECT(window), "delete_event",
@@ -88,8 +89,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);
 }