Changeset 8750 for branches/gajim_0.11.1/src
- Timestamp:
- 09/07/07 23:21:05 (15 months ago)
- Files:
-
- 1 modified
-
branches/gajim_0.11.1/src/config.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11.1/src/config.py
r8738 r8750 2893 2893 dialogs.ErrorDialog(pritext, sectext) 2894 2894 return 2895 if '@' in username: 2896 pritext = _('Invalid username') 2897 sectext = _('Invalid username') 2898 dialogs.ErrorDialog(pritext, sectext) 2899 return 2895 2900 server = widgets['server_comboboxentry'].child.get_text().decode('utf-8') 2896 2901 savepass = widgets['save_password_checkbutton'].get_active()
