[glabels] Initialize font-history subsystem in glabels-batch.



commit bc70724dbf60a6d2ee2f393b1252aed167e07823
Author: Jim Evins <evins snaught com>
Date:   Thu Jul 8 20:36:31 2010 -0400

    Initialize font-history subsystem in glabels-batch.

 src/glabels-batch.c |    2 ++
 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) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]