aboutsummaryrefslogtreecommitdiff
path: root/tests/service-manager-connect.c
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-11-02 11:24:03 -0600
committerTed Gould <ted@canonical.com>2009-11-02 11:24:03 -0600
commit5e5f49521da190319a54ee5a7d18f9b824823027 (patch)
tree2f66463d8c6b35a4f6d003975a7472a50e5f1759 /tests/service-manager-connect.c
parentdc5fbef86dc82fbc1d768dba489fe4ba0b09adfc (diff)
downloadlibayatana-indicator-5e5f49521da190319a54ee5a7d18f9b824823027.tar.gz
libayatana-indicator-5e5f49521da190319a54ee5a7d18f9b824823027.tar.bz2
libayatana-indicator-5e5f49521da190319a54ee5a7d18f9b824823027.zip
Switching the name to match the service file... should fail.
Diffstat (limited to 'tests/service-manager-connect.c')
-rw-r--r--tests/service-manager-connect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/service-manager-connect.c b/tests/service-manager-connect.c
index 1c32eb2..c7c9282 100644
--- a/tests/service-manager-connect.c
+++ b/tests/service-manager-connect.c
@@ -29,7 +29,7 @@ main (int argc, char ** argv)
g_type_init();
g_log_set_always_fatal(G_LOG_LEVEL_CRITICAL);
- IndicatorServiceManager * is = indicator_service_manager_new("my.test.name");
+ IndicatorServiceManager * is = indicator_service_manager_new("org.ayatana.test");
g_signal_connect(G_OBJECT(is), INDICATOR_SERVICE_MANAGER_SIGNAL_CONNECTION_CHANGE, connection, NULL);
g_timeout_add_seconds(1, timeout, NULL);