]> git.sur5r.net Git - glabels/commitdiff
Fix glabels-batch crash
authorAlessandro Zummo <a.zummo@towertech.it>
Wed, 9 Dec 2009 03:25:54 +0000 (22:25 -0500)
committerJim Evins <evins@snaught.com>
Wed, 9 Dec 2009 03:25:54 +0000 (22:25 -0500)
The template_history subsystem needs to be initialized.

AUTHORS
src/glabels-batch.c

diff --git a/AUTHORS b/AUTHORS
index 0a0960627319ff53b1d04092c6b7efdba63a5de5..b66632c2628a38658260cb91f35653a8df38f057 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -18,7 +18,7 @@ Glabels includes contributions from:
                                                       0.4.3
        Darren Warner <warnerd@users.sourceforge.net>
        Javier Donaire Segarra <jyuyu@users.sourceforge.net>
-       Alessandro Zummo <azummo@towertech.it>
+       Alessandro Zummo <a.zummo@towertech.it>
        José Dapena Paz <jdapena@igalia.com>
        Akkana <akkana@shallowsky.com>
        Dag Wieers <dag@wieers.com>
index 78f7f072aed43d30b984ccdaeb70cf0c360eab86..3168f5245128593433681b3c7f1102b38f57675c 100644 (file)
@@ -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) {