Mercurial > libervia-backend
diff frontends/src/quick_frontend/quick_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 | 255830fdb80b |
line wrap: on
line diff
--- a/frontends/src/quick_frontend/quick_profile_manager.py Sun Feb 12 18:59:10 2017 +0100 +++ b/frontends/src/quick_frontend/quick_profile_manager.py Sun Feb 12 19:08:52 2017 +0100 @@ -202,7 +202,7 @@ def refillProfiles(self): """Rebuild the list of profiles""" - profiles = self.host.bridge.getProfilesList() + profiles = self.host.bridge.profilesListGet() profiles.sort() self.setProfiles(profiles)