Mercurial > libervia-desktop-kivy
diff src/cagou/plugins/plugin_wid_widget_selector.py @ 18:790dbc5c4e89
plugin widget selector: display improvment + host profiles are now used by default
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 08 Aug 2016 00:54:11 +0200 |
parents | ba14b596b90e |
children | d09bd16dbbe2 |
line wrap: on
line diff
--- a/src/cagou/plugins/plugin_wid_widget_selector.py Sun Jul 24 22:27:24 2016 +0200 +++ b/src/cagou/plugins/plugin_wid_widget_selector.py Mon Aug 08 00:54:11 2016 +0200 @@ -48,7 +48,7 @@ def select(self, *args): log.debug(u"widget selection: {}".format(self.plugin_info["name"])) factory = self.plugin_info["factory"] - G.host.switchWidget(self, factory(self.plugin_info, None, None)) + G.host.switchWidget(self, factory(self.plugin_info, None, profiles=iter(G.host.profiles))) def deselect(self, *args): pass