diff frontends/src/primitivus/profile_manager.py @ 511:62f7f2403093

Primitivus: present contacts in groups chat can now be clicked - updated GenericList/List signals to manage change/click fix in urwid-satext - a click on a nick in a group chat create a private conversation with her, and select this conversation /!\ history in backend doesn't manage correctly yet the private conversations /!\
author Goffi <goffi@goffi.org>
date Tue, 16 Oct 2012 01:22:40 +0200
parents 2a072735e459
children ca13633d3b6b
line wrap: on
line diff
--- a/frontends/src/primitivus/profile_manager.py	Thu Oct 11 00:48:35 2012 +0200
+++ b/frontends/src/primitivus/profile_manager.py	Tue Oct 16 01:22:40 2012 +0200
@@ -36,7 +36,7 @@
         self.login_wid = AdvancedEdit(_('Login:'),align='center')
         self.pass_wid = Password(_('Password:'),align='center')
         
-        self.list_profile = List(profiles, style=['single'], align='center', on_click=self.onProfileChange)
+        self.list_profile = List(profiles, style=['single'], align='center', on_change=self.onProfileChange)
 
         #new & delete buttons
         buttons = [urwid.Button(_("New"), self.onNewProfile),