Changeset 70 for management.py

Show
Ignore:
Timestamp:
03/28/07 20:36:18 (22 months ago)
Author:
ploum
Message:

Fixes #47 : right click -> rename (Thanks Dodji !)
Fixe also a bug where Friendly name of your account is not saved.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • management.py

    r66 r70  
    123123                self.friendlyname = x.get_text() 
    124124                self.account.setAttribute("friendlyname",self.friendlyname) 
     125                self.sync() 
    125126 
    126127        def protocol_change(self,x) :