summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Evins <evins@snaught.com>2010-07-08 20:36:31 -0400
committerJim Evins <evins@snaught.com>2010-07-08 20:38:15 -0400
commitbc70724dbf60a6d2ee2f393b1252aed167e07823 (patch)
tree6dde63dd9a9f77cf6c4161d043f379da1fbc5009
parent6b6ff9ba800dde3f3954f36743e390dac8200b22 (diff)
Initialize font-history subsystem in glabels-batch.
-rw-r--r--src/glabels-batch.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glabels-batch.c b/src/glabels-batch.c
index 4c6b169..1ab8ec7 100644
--- a/src/glabels-batch.c
+++ b/src/glabels-batch.c
@@ -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) {