Remove unused method
This commit is contained in:
parent
5bc9822cec
commit
71a82b5c3e
|
@ -2340,10 +2340,6 @@ class AccountCreationWizardWindow:
|
||||||
self._nec_acc_is_not_ok)
|
self._nec_acc_is_not_ok)
|
||||||
del app.interface.instances['account_creation_wizard']
|
del app.interface.instances['account_creation_wizard']
|
||||||
|
|
||||||
def on_register_server_features_button_clicked(self, widget):
|
|
||||||
helpers.launch_browser_mailer('url',
|
|
||||||
'http://www.jabber.org/network/oldnetwork.shtml')
|
|
||||||
|
|
||||||
def on_save_password_checkbutton_toggled(self, widget):
|
def on_save_password_checkbutton_toggled(self, widget):
|
||||||
self.xml.get_object('password_entry').grab_focus()
|
self.xml.get_object('password_entry').grab_focus()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue