Changeset 8439
- Timestamp:
- 07/27/07 20:18:08 (18 months ago)
- Files:
-
- 1 modified
-
trunk/src/config.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/config.py
r8420 r8439 2245 2245 return 2246 2246 email = widget.get_text().decode('utf-8') 2247 if self.option_changed('zeroconf_email', mail):2247 if self.option_changed('zeroconf_email', email): 2248 2248 self.need_relogin = True 2249 2249 gajim.config.set_per('accounts', self.current_account,
