summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/hello/hello-world.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hello/hello-world.c b/examples/hello/hello-world.c
index 3f501dfe64..30edbee7ce 100644
--- a/examples/hello/hello-world.c
+++ b/examples/hello/hello-world.c
@@ -37,7 +37,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);