[glib] Test the previous fix
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Test the previous fix
- Date: Thu, 9 Jun 2011 02:38:56 +0000 (UTC)
commit d6b341c38c94bf684e84a5d2f0af1a5bc3c5ae1c
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Jun 8 22:38:11 2011 -0400
Test the previous fix
Just make one of the existing GApplication test cases use
a dash in the id.
gio/tests/gapplication.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/tests/gapplication.c b/gio/tests/gapplication.c
index ac00226..be6dd94 100644
--- a/gio/tests/gapplication.c
+++ b/gio/tests/gapplication.c
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]