Changeset 8724 for branches/gajim_0.11.1/src/config.py
- Timestamp:
- 09/05/07 13:44: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
r8708 r8724 2484 2484 if gajim.connections[account].is_zeroconf: 2485 2485 continue 2486 iter = self.treestore.append(None, [None, account,None, 2486 if not gajim.connections[account].private_storage_supported: 2487 continue 2488 iter = self.treestore.append(None, [None, account, None, 2487 2489 None, None, None, None]) 2488 2490
