svn says 0.9 now
This commit is contained in:
parent
eea8e8b713
commit
637339ea8a
|
@ -117,7 +117,7 @@ class Config:
|
||||||
'send_on_ctrl_enter': [opt_bool, False], # send on ctrl+enter
|
'send_on_ctrl_enter': [opt_bool, False], # send on ctrl+enter
|
||||||
'show_roster_on_startup': [opt_bool, True],
|
'show_roster_on_startup': [opt_bool, True],
|
||||||
'key_up_lines': [opt_int, 25], # how many lines to store for key up
|
'key_up_lines': [opt_int, 25], # how many lines to store for key up
|
||||||
'version': [ opt_str, '0.8.1' ],
|
'version': [ opt_str, '0.9' ], # what version first created the config
|
||||||
'always_compact_view': [opt_bool, False], # initial compact view state
|
'always_compact_view': [opt_bool, False], # initial compact view state
|
||||||
'search_engine': [opt_str, 'http://www.google.com/search?&q=%s&sourceid=gajim'],
|
'search_engine': [opt_str, 'http://www.google.com/search?&q=%s&sourceid=gajim'],
|
||||||
'dictionary_url': [opt_str, 'WIKTIONARY'], # by default use wiktionary
|
'dictionary_url': [opt_str, 'WIKTIONARY'], # by default use wiktionary
|
||||||
|
|
|
@ -24,7 +24,7 @@ import mutex
|
||||||
import common.config
|
import common.config
|
||||||
import common.logger
|
import common.logger
|
||||||
|
|
||||||
version = '0.8.1'
|
version = '0.9'
|
||||||
config = common.config.Config()
|
config = common.config.Config()
|
||||||
connections = {}
|
connections = {}
|
||||||
verbose = False
|
verbose = False
|
||||||
|
|
Loading…
Reference in New Issue