]> git.sur5r.net Git - glabels/blobdiff - src/glabels-batch.c
Added font history
[glabels] / src / glabels-batch.c
index ac574326670860309968e2428364d54cbeb62062..b3113cbc5159f451fc84cd92ce80bf688a741e57 100644 (file)
@@ -31,6 +31,7 @@
 #include "print-op.h"
 #include "file-util.h"
 #include "prefs.h"
+#include "font-history.h"
 #include "debug.h"
 
 /*============================================*/
@@ -127,6 +128,7 @@ main (int argc, char **argv)
         gl_merge_init ();
         lgl_db_init ();
        gl_prefs_init ();
+        gl_font_history_init ();
 
         /* now print the files */
         for (p = file_list; p; p = p->next) {