Changeset 3341
- Timestamp:
- 09/02/05 18:45:17 (3 years ago)
- Location:
- branches/gajim_0.8.1
- Files:
-
- 2 modified
- 1 copied
-
. (copied) (copied from trunk)
-
src/common/config.py (modified) (1 diff)
-
src/common/gajim.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.8.1/src/common/config.py
r3340 r3341 118 118 'show_roster_on_startup': [opt_bool, True], 119 119 'key_up_lines': [opt_int, 25], # how many lines to store for key up 120 'version': [ opt_str, '0. 9' ], # what version first created the config120 'version': [ opt_str, '0.8.1' ], 121 121 'always_compact_view': [opt_bool, False], # initial compact view state 122 122 'search_engine': [opt_str, 'http://www.google.com/search?&q=%s&sourceid=gajim'], -
branches/gajim_0.8.1/src/common/gajim.py
r3340 r3341 25 25 import common.logger 26 26 27 version = '0. 9'27 version = '0.8.1' 28 28 config = common.config.Config() 29 29 connections = {}
