Show
Ignore:
Timestamp:
09/05/07 13:44:05 (15 months ago)
Author:
asterix
Message:

don't allow to bookmark a room on server that don't support private storage.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11.1/src/config.py

    r8708 r8724  
    24842484                        if gajim.connections[account].is_zeroconf: 
    24852485                                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, 
    24872489                                None, None, None, None]) 
    24882490