Compare commits

..

No commits in common. "6ef8002f08fda969f18d31c2432653cc75743d2a" and "8ad76abac9a2ad71ca88f7e588a6c216e79a7a8a" have entirely different histories.

View file

@ -273,7 +273,7 @@ int main(int argc, char **argv)
app = gtk_application_new("cool.bonsai.mandelbrot-visualizer",
G_APPLICATION_DEFAULT_FLAGS);
g_signal_connect(app, "activate", G_CALLBACK(app_activate), NULL);
stat = g_application_run(G_APPLICATION(app), 0, NULL);
stat = g_application_run(G_APPLICATION(app), argc, argv);
g_object_unref(app);
return stat;