diff src/cagou/core/menu.py @ 53:65775152aac1

xmlui: implemented most of XMLUI, not finished yet most of XMLUI should be working now, some elements are still missing (notably TabsContainer), but they will be implemented soon.
author Goffi <goffi@goffi.org>
date Sun, 11 Sep 2016 23:27:16 +0200
parents 3f8599d9a766
children c2a7234d13d2
line wrap: on
line diff
--- a/src/cagou/core/menu.py	Sun Sep 11 23:24:07 2016 +0200
+++ b/src/cagou/core/menu.py	Sun Sep 11 23:27:16 2016 +0200
@@ -86,7 +86,6 @@
                     profile = list(G.host.profiles)[0]
                 except IndexError:
                     log.warning(u"Can't find profile")
-
         self.item.call(selected, profile)