diff frontends/src/primitivus/profile_manager.py @ 2146:1bb9bf1b4150

core, frontends: getProfilesList renamed to profilesGetList + behaviour change: - profilesGetList now handles clients and components boolean arguments, to filter profiles - jp: added --clients and --components options to profile/list - profilesGetList now returns sorted profiles
author Goffi <goffi@goffi.org>
date Sun, 12 Feb 2017 19:08:52 +0100
parents 1d3f73e065e1
children 978011533892
line wrap: on
line diff
--- a/frontends/src/primitivus/profile_manager.py	Sun Feb 12 18:59:10 2017 +0100
+++ b/frontends/src/primitivus/profile_manager.py	Sun Feb 12 19:08:52 2017 +0100
@@ -37,7 +37,7 @@
         self.pass_wid = sat_widgets.Password(_('Password:'), align='center')
 
         style = ['no_first_select']
-        profiles = host.bridge.getProfilesList()
+        profiles = host.bridge.profilesListGet()
         profiles.sort()
         self.list_profile = sat_widgets.List(profiles, style=style, align='center', on_change=self.onProfileChange)