fixes
This commit is contained in:
parent
0be58af7ad
commit
c2a6350adf
|
@ -2794,7 +2794,7 @@ class FirstTimeWizardWindow:
|
||||||
self.finish_label = self.xml.get_widget('finish_label')
|
self.finish_label = self.xml.get_widget('finish_label')
|
||||||
|
|
||||||
|
|
||||||
def on_server_features_button_clicked(self, widget):
|
def on_register_server_features_button_clicked(self, widget):
|
||||||
helpers.launch_browser_mailer('url', 'http://www.jabber.org/network/')
|
helpers.launch_browser_mailer('url', 'http://www.jabber.org/network/')
|
||||||
|
|
||||||
def on_save_password_checkbutton_toggled(self, widget):
|
def on_save_password_checkbutton_toggled(self, widget):
|
||||||
|
@ -2880,11 +2880,11 @@ class FirstTimeWizardWindow:
|
||||||
def check_data(self, username, server):
|
def check_data(self, username, server):
|
||||||
if len(username) == 0:
|
if len(username) == 0:
|
||||||
dialogs.ErrorDialog(_('Username is missing'),
|
dialogs.ErrorDialog(_('Username is missing'),
|
||||||
_('You need to enter a username to add an account.')).get_response()
|
_('You need to enter a username to continue.')).get_response()
|
||||||
return False
|
return False
|
||||||
elif len(server) == 0:
|
elif len(server) == 0:
|
||||||
dialogs.ErrorDialog(_('Server address is missing'),
|
dialogs.ErrorDialog(_('Server address is missing'),
|
||||||
_('You need to enter a valid server address to add an account.')).get_response()
|
_('You need to enter a valid server address to continue.')).get_response()
|
||||||
return False
|
return False
|
||||||
else:
|
else:
|
||||||
return True
|
return True
|
||||||
|
|
|
@ -14208,7 +14208,7 @@ to the Jabber network.</property>
|
||||||
<property name="use_underline">True</property>
|
<property name="use_underline">True</property>
|
||||||
<property name="relief">GTK_RELIEF_NORMAL</property>
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
||||||
<property name="focus_on_click">True</property>
|
<property name="focus_on_click">True</property>
|
||||||
<signal name="clicked" handler="on_register_server_features_button_clicked" last_modification_time="Thu, 08 Sep 2005 15:49:45 GMT"/>
|
<signal name="clicked" handler="on_register_server_features_button_clicked" last_modification_time="Sun, 18 Sep 2005 18:32:19 GMT"/>
|
||||||
</widget>
|
</widget>
|
||||||
<packing>
|
<packing>
|
||||||
<property name="left_attach">2</property>
|
<property name="left_attach">2</property>
|
||||||
|
|
Loading…
Reference in New Issue