]> git.sur5r.net Git - glabels/commitdiff
Initialize font-history subsystem in glabels-batch.
authorJim Evins <evins@snaught.com>
Fri, 9 Jul 2010 00:36:31 +0000 (20:36 -0400)
committerJim Evins <evins@snaught.com>
Fri, 9 Jul 2010 00:38:15 +0000 (20:38 -0400)
src/glabels-batch.c

index 4c6b16910126d128202b4edf5318113e05cd951b..1ab8ec721ca26fe23c83d515a2947182bf1a354f 100644 (file)
@@ -27,6 +27,7 @@
 #include <libglabels.h>
 #include "merge-init.h"
 #include "template-history.h"
+#include "font-history.h"
 #include "xml-label.h"
 #include "print.h"
 #include "print-op.h"
@@ -130,6 +131,7 @@ main (int argc, char **argv)
         lgl_db_init ();
        gl_prefs_init ();
        gl_template_history_init ();
+       gl_font_history_init ();
 
         /* now print the files */
         for (p = file_list; p; p = p->next) {