no args for gtk_init
[psensor.git] / src / main.c
index a56e043..b28333c 100644 (file)
@@ -336,7 +336,7 @@ int main(int argc, char **argv)
        gdk_threads_init();
        /* gdk_threads_enter(); */
 
-       gtk_init(&argc, &argv);
+       gtk_init(NULL, NULL);
 
 #ifdef HAVE_LIBNOTIFY
        ui.notification_last_time = NULL;