From 9a55bf19679da76aa3cf8d1a31186ff368d40e0d Mon Sep 17 00:00:00 2001 From: Bruno Dilly Date: Tue, 31 Jul 2012 15:50:34 +0000 Subject: [PATCH] econnman: small fix on popup fail call SVN revision: 74658 --- econnman-bin.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/econnman-bin.in b/econnman-bin.in index ab7133d..75fc830 100755 --- a/econnman-bin.in +++ b/econnman-bin.in @@ -1436,7 +1436,8 @@ if __name__ == "__main__": manager = dbus.Interface(bus.get_object("net.connman", "/"), "net.connman.Manager") except dbus.exceptions.DBusException: - popup_fatal(win, "Failed to find ConnMan") + popup_fatal(win, "Failed to find ConnMan", + "Check if ConnMan is running.") elm.run() elm.shutdown() raise