diff options
-rw-r--r-- | tests/service-manager-connect.c | 2 |
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); |