diff options
author | Jim Evins <evins@snaught.com> | 2008-05-22 01:48:05 +0000 |
---|---|---|
committer | Jim Evins <evins@snaught.com> | 2008-05-22 01:48:05 +0000 |
commit | c046a8d5f2adcabf208bf344ae2d49b2c35d9563 (patch) | |
tree | f6713826d007147a4a2383334c85743c40221aeb /glabels2/src | |
parent | a3fb8ada88270c000ca8ed92552df8bd73e43b81 (diff) |
2008-05-21 Jim Evins <evins@snaught.com>
* src/glabels-batch.c: (main):
Bug #1968653. Initialize prefs subsystem.
git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/trunk@772 f5e0f49d-192f-0410-a22d-a8d8700d0965
Diffstat (limited to 'glabels2/src')
-rw-r--r-- | glabels2/src/glabels-batch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/glabels2/src/glabels-batch.c b/glabels2/src/glabels-batch.c index 01e0814..61e9c97 100644 --- a/glabels2/src/glabels-batch.c +++ b/glabels2/src/glabels-batch.c @@ -121,6 +121,7 @@ main (int argc, char **argv) gl_debug_init (); gl_merge_init (); lgl_db_init (); + gl_prefs_init (); /* now print the files */ for (p = file_list; p; p = p->next) { |