Compare commits
No commits in common. "6ef8002f08fda969f18d31c2432653cc75743d2a" and "8ad76abac9a2ad71ca88f7e588a6c216e79a7a8a" have entirely different histories.
6ef8002f08
...
8ad76abac9
1 changed files with 1 additions and 1 deletions
2
visor.c
2
visor.c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue