gtk-demo: This is not a unique app

When running gtk-demo a 2nd time, it's usually to compare its
output with a different version of gtk-demo.
This commit is contained in:
Benjamin Otte 2014-07-12 07:12:49 +02:00
parent 62971dd999
commit e29d0a0a38

View File

@ -1021,7 +1021,7 @@ main (int argc, char **argv)
}
/* -- End of hack -- */
app = gtk_application_new ("org.gtk.Demo", 0);
app = gtk_application_new ("org.gtk.Demo", G_APPLICATION_NON_UNIQUE);
g_action_map_add_action_entries (G_ACTION_MAP (app),
app_entries, G_N_ELEMENTS (app_entries),