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:
parent
62971dd999
commit
e29d0a0a38
@ -1021,7 +1021,7 @@ main (int argc, char **argv)
|
|||||||
}
|
}
|
||||||
/* -- End of hack -- */
|
/* -- 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),
|
g_action_map_add_action_entries (G_ACTION_MAP (app),
|
||||||
app_entries, G_N_ELEMENTS (app_entries),
|
app_entries, G_N_ELEMENTS (app_entries),
|
||||||
|
Loading…
Reference in New Issue
Block a user