diff frontends/src/primitivus/primitivus @ 2142:be96beb7ca14

core, bridge, frontends: renamed asyncConnect to connect, and added options parameters (not used yet)
author Goffi <goffi@goffi.org>
date Mon, 06 Feb 2017 22:54:43 +0100
parents f45250052846
children
line wrap: on
line diff
--- a/frontends/src/primitivus/primitivus	Mon Feb 06 20:51:56 2017 +0100
+++ b/frontends/src/primitivus/primitivus	Mon Feb 06 22:54:43 2017 +0100
@@ -787,7 +787,7 @@
 
     #MENU EVENTS#
     def onConnectRequest(self, menu):
-        QuickApp.asyncConnect(self, self.current_profile)
+        QuickApp.connect(self, self.current_profile)
 
     def onDisconnectRequest(self, menu):
         self.disconnect(self.current_profile)