mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 14:42:10 +01:00
Test the previous fix
Just make one of the existing GApplication test cases use a dash in the id.
This commit is contained in:
parent
f44cd41293
commit
d6b341c38c
@ -240,7 +240,7 @@ make_app (gboolean non_unique)
|
||||
GApplication *app;
|
||||
gboolean ok;
|
||||
|
||||
app = g_application_new ("org.gtk.TestApplication",
|
||||
app = g_application_new ("org.gtk.Test-Application",
|
||||
non_unique ? G_APPLICATION_NON_UNIQUE : 0);
|
||||
g_signal_connect (app, "activate", G_CALLBACK (nonunique_activate), NULL);
|
||||
ok = g_application_register (app, NULL, NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user