diff options
Diffstat (limited to 'examples/window-default.c')
-rw-r--r-- | examples/window-default.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/window-default.c b/examples/window-default.c index 3bb80f5105..4bc800a888 100644 --- a/examples/window-default.c +++ b/examples/window-default.c @@ -19,7 +19,7 @@ main (int argc, GtkApplication *app; int status; - app = gtk_application_new ("org.gtk.example", G_APPLICATION_FLAGS_NONE); + app = gtk_application_new ("org.gtk.example", G_APPLICATION_DEFAULT_FLAGS); g_signal_connect (app, "activate", G_CALLBACK (activate), NULL); status = g_application_run (G_APPLICATION (app), argc, argv); g_object_unref (app); |