From: Alessandro Zummo Date: Wed, 9 Dec 2009 03:25:54 +0000 (-0500) Subject: Fix glabels-batch crash X-Git-Tag: glabels-2_3_0~118 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=85bfb8a64853db59f56410670675015a8aa716e5;p=glabels Fix glabels-batch crash The template_history subsystem needs to be initialized. --- diff --git a/AUTHORS b/AUTHORS index 0a096062..b66632c2 100644 --- a/AUTHORS +++ b/AUTHORS @@ -18,7 +18,7 @@ Glabels includes contributions from: 0.4.3 Darren Warner Javier Donaire Segarra - Alessandro Zummo + Alessandro Zummo José Dapena Paz Akkana Dag Wieers diff --git a/src/glabels-batch.c b/src/glabels-batch.c index 78f7f072..3168f524 100644 --- a/src/glabels-batch.c +++ b/src/glabels-batch.c @@ -128,6 +128,7 @@ main (int argc, char **argv) gl_merge_init (); lgl_db_init (); gl_prefs_init (); + gl_template_history_init (); /* now print the files */ for (p = file_list; p; p = p->next) {