From 9959195bb4cc8632f77de23a6e7dd2aa44f1b2e4 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 29 Nov 2009 17:31:34 +0100 Subject: [PATCH] Send signal with empty default technology when not connected --- src/notifier.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notifier.c b/src/notifier.c index ec04d95..c9bcac8 100644 --- a/src/notifier.c +++ b/src/notifier.c @@ -351,7 +351,7 @@ static void technology_default(enum connman_service_type type) str = __connman_service_type2string(type); if (str == NULL) - return; + str = ""; signal = dbus_message_new_signal(CONNMAN_MANAGER_PATH, CONNMAN_MANAGER_INTERFACE, "PropertyChanged"); -- 2.7.4