# HG changeset patch # User Goffi # Date 1440505341 -7200 # Node ID 66d01f29f8863bd3f7ac003c419d4e94559ed6bf # Parent 0df627d0b4ca01ff7782f00caa003069c1e1d9bc primitivus (ProfileManager): fixed profile change event callback diff -r 0df627d0b4ca -r 66d01f29f886 frontends/src/primitivus/profile_manager.py --- a/frontends/src/primitivus/profile_manager.py Fri Aug 21 14:58:42 2015 +0200 +++ b/frontends/src/primitivus/profile_manager.py Tue Aug 25 14:22:21 2015 +0200 @@ -156,7 +156,7 @@ popup = sat_widgets.Alert(title, message, ok_cb=self.host.removePopUp) self.host.showPopUp(popup) - def onProfileChange(self, list_wid): + def onProfileChange(self, list_wid, widget=None, selected=None): """This is called when a profile is selected in the profile list. @param list_wid: the List widget who sent the event