From 5e5f49521da190319a54ee5a7d18f9b824823027 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 2 Nov 2009 11:24:03 -0600 Subject: Switching the name to match the service file... should fail. --- tests/service-manager-connect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/service-manager-connect.c') 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); -- cgit v1.2.3