Changeset 9170 for branches/one_window/src/common/gajim.py
- Timestamp:
- 12/18/07 05:09:04 (11 months ago)
- Location:
- branches/one_window
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
src/common/gajim.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/one_window
- Property svnmerge-integrated changed from /trunk:1-9155,9162 to /trunk:1-9169
-
branches/one_window/src/common/gajim.py
r9125 r9170 57 57 interface = None # The actual interface (the gtk one for the moment) 58 58 config = config.Config() 59 version = config.get('version') + 'dh'59 version = config.get('version') 60 60 connections = {} # 'account name': 'account (connection.Connection) instance' 61 61 verbose = False
