Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gajim
gajim
Commits
714d70cb
Commit
714d70cb
authored
May 21, 2018
by
Philipp Hörist
Browse files
Dont get current version from config
parent
0ea721fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
gajim/common/app.py
View file @
714d70cb
...
...
@@ -37,6 +37,7 @@
import
nbxmpp
import
gajim
from
gajim.common
import
config
as
c_config
from
gajim.common
import
configpaths
from
gajim.common
import
ged
as
ged_module
...
...
@@ -46,7 +47,7 @@
interface
=
None
# The actual interface (the gtk one for the moment)
thread_interface
=
lambda
*
args
:
None
# Interface to run a thread and then a callback
config
=
c_config
.
Config
()
version
=
config
.
get
(
'
version
'
)
version
=
gajim
.
__
version
__
connections
=
{}
# 'account name': 'account (connection.Connection) instance'
avatar_cache
=
{}
ipython_window
=
None
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment