diff src/profile_manager.kv @ 5:33b619506832

profile manger: launch plug process when "Connect" button is pressed (full plugging is not working yet)
author Goffi <goffi@goffi.org>
date Thu, 07 Jul 2016 09:39:21 +0200
parents 440a743b58ee
children
line wrap: on
line diff
--- a/src/profile_manager.kv	Thu Jul 07 09:39:21 2016 +0200
+++ b/src/profile_manager.kv	Thu Jul 07 09:39:21 2016 +0200
@@ -154,7 +154,8 @@
 <ConnectButton>:
     text: "Connect"
     size_hint: 1, 0.1
-    disabled: not self.ps.list_adapter.selection
+    disabled: not self.profile_screen.list_adapter.selection
+    on_press: self.pm._onConnectProfiles()
 
 
 <ProfileItem>: