Mercurial > libervia-backend
diff frontends/wix/profile_manager.py @ 113:e5ca22113280
Primitivus: profile manager
- new custom widgets: Password, List, GenericDialog, InputDialog, ConfirmationDialog
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 01 Jul 2010 15:35:56 +0800 |
parents | 23caf1051099 |
children |
line wrap: on
line diff
--- a/frontends/wix/profile_manager.py Wed Jun 30 14:24:24 2010 +0800 +++ b/frontends/wix/profile_manager.py Thu Jul 01 15:35:56 2010 +0800 @@ -138,7 +138,6 @@ old_pass = self.host.bridge.getParamA("Password", "Connection", profile_key=profile) new_jid = self.login_jid.GetValue() new_pass = self.login_pass.GetValue() - print "old: %s, new: %s, old_pass: %s, new_pass: %s" % (old_jid, new_jid, old_pass, new_pass) if old_jid != new_jid: debug(_('Saving new JID and server')) self.host.bridge.setParam("JabberID", new_jid, "Connection", profile)