]> git.sur5r.net Git - glabels/commitdiff
2008-05-21 Jim Evins <evins@snaught.com>
authorJim Evins <evins@snaught.com>
Thu, 22 May 2008 01:48:05 +0000 (01:48 +0000)
committerJim Evins <evins@snaught.com>
Thu, 22 May 2008 01:48:05 +0000 (01:48 +0000)
* 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

glabels2/ChangeLog
glabels2/src/glabels-batch.c

index a257cd801e2aa83b651c14ed304943b0c301b298..d4966ff4162873261c95671183217160b07a1f19 100644 (file)
@@ -1,3 +1,8 @@
+2008-05-21  Jim Evins  <evins@snaught.com>
+
+       * src/glabels-batch.c: (main):
+               Bug #1968653.  Initialize prefs subsystem.
+
 2008-05-09  Jim Evins  <evins@snaught.com>
 
        * data/glade/object-editor.glade:
index 01e081456bb15780af99bc14dd0140c289178784..61e9c9765abb3a5434bbef76791b80926519fa07 100644 (file)
@@ -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) {