From: Jim Evins Date: Fri, 9 Jul 2010 00:36:31 +0000 (-0400) Subject: Initialize font-history subsystem in glabels-batch. X-Git-Tag: glabels-2_3_1~222 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bc70724dbf60a6d2ee2f393b1252aed167e07823;p=glabels Initialize font-history subsystem in glabels-batch. --- diff --git a/src/glabels-batch.c b/src/glabels-batch.c index 4c6b1691..1ab8ec72 100644 --- a/src/glabels-batch.c +++ b/src/glabels-batch.c @@ -27,6 +27,7 @@ #include #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) {