widget-factory: This is not a unique app

When running widget-factory a 2nd time, it's usually to compare its
output with a different version of widget-factory.
This commit is contained in:
Benjamin Otte 2014-07-12 07:11:30 +02:00
parent 9ae0b8ed27
commit 62971dd999

View File

@ -519,7 +519,7 @@ main (int argc, char *argv[])
};
gint status;
app = gtk_application_new ("org.gtk.WidgetFactory", 0);
app = gtk_application_new ("org.gtk.WidgetFactory", G_APPLICATION_NON_UNIQUE);
g_action_map_add_action_entries (G_ACTION_MAP (app),
app_entries, G_N_ELEMENTS (app_entries),