Skip to content

Commit

Permalink
[efl] add comment on the changes made to use autologin
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyluke committed Jan 16, 2010
1 parent 5a1ce71 commit 0c75e93
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions amsn2/ui/front_ends/efl/login.py
Expand Up @@ -191,6 +191,17 @@ def setAccounts(self, accountviews):


def signin(self):
### Autologin change: This method is no longer used to tell the core to start the login

#email = elementary.Entry.markup_to_utf8(self.username.entry_get()).strip()
#password = elementary.Entry.markup_to_utf8(self.password.entry_get()).strip()
#accv = self._ui_manager.getAccountViewFromEmail(email)
#accv.password = password
#accv.presence = self.presence_key
#accv.save = self.save.state_get()
#accv.save_password = self.save_password.state_get()
#accv.autologin = self.autologin.state_get()
#self._core.signinToAccount(self, accv)
pass

def signout(self):
Expand Down

0 comments on commit 0c75e93

Please sign in to comment.