econnman: small fix on popup fail call

SVN revision: 74658
This commit is contained in:
Bruno Dilly 2012-07-31 15:50:34 +00:00
parent f472634045
commit 9a55bf1967
1 changed files with 2 additions and 1 deletions

View File

@ -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