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:
@ -519,7 +519,7 @@ main (int argc, char *argv[])
|
|||||||
};
|
};
|
||||||
gint status;
|
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),
|
g_action_map_add_action_entries (G_ACTION_MAP (app),
|
||||||
app_entries, G_N_ELEMENTS (app_entries),
|
app_entries, G_N_ELEMENTS (app_entries),
|
||||||
|
Reference in New Issue
Block a user