]> git.sur5r.net Git - glabels/commitdiff
Don't require windowing system for glabels-batch.
authorJim Evins <evins@snaught.com>
Sat, 26 Feb 2011 13:49:12 +0000 (08:49 -0500)
committerJim Evins <evins@snaught.com>
Sat, 26 Feb 2011 13:51:03 +0000 (08:51 -0500)
Use gtk_init_check() instead of gtk_init() to initialize GTK.

src/glabels-batch.c

index 4dd16e06c58ecede21fb3ac370cbc04ed1d267a1..fb5cc7afa376253b3ebf099579dd5edc3f401667 100644 (file)
@@ -101,7 +101,7 @@ main (int argc, char **argv)
 
 
         /* Initialize minimal gnome program */
-        gtk_init (&argc, &argv);
+        gtk_init_check (&argc, &argv);
         if (!g_option_context_parse (option_context, &argc, &argv, &error))
        {
                g_print(_("%s\nRun '%s --help' to see a full list of available command line options.\n"),