Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gajim
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Debian XMPP Maintainers
gajim
Commits
78f56a6a
Commit
78f56a6a
authored
Nov 18, 2017
by
Martin
Browse files
Options
Browse Files
Download
Plain Diff
Merge tag 'upstream/0.16.11.git20171118' into debian/experimental
parents
98af2ce8
ff67e398
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
gajim/gui_interface.py
gajim/gui_interface.py
+14
-14
No files found.
gajim/gui_interface.py
View file @
78f56a6a
...
...
@@ -2562,6 +2562,20 @@ class Interface:
MessageWindowMgr
.
ONE_MSG_WINDOW_ALWAYS_WITH_ROSTER
:
self
.
msg_win_mgr
.
create_window
(
None
,
None
,
None
)
# Creating plugin manager
from
gajim
import
plugins
app
.
plugin_manager
=
plugins
.
PluginManager
()
app
.
plugin_manager
.
init_plugins
()
helpers
.
update_optional_features
()
# prepopulate data which we are sure of; note: we do not log these info
for
account
in
app
.
connections
:
gajimcaps
=
caps_cache
.
capscache
[
(
'sha-1'
,
app
.
caps_hash
[
account
])]
gajimcaps
.
identities
=
[
app
.
gajim_identity
]
gajimcaps
.
features
=
app
.
gajim_common_features
+
\
app
.
gajim_optional_features
[
account
]
self
.
roster
.
_before_fill
()
for
account
in
app
.
connections
:
app
.
connections
[
account
]
.
load_roster_from_db
()
...
...
@@ -2758,20 +2772,6 @@ class Interface:
app
.
gajim_optional_features
[
a
]
=
[]
app
.
caps_hash
[
a
]
=
''
# Creating plugin manager
from
gajim
import
plugins
app
.
plugin_manager
=
plugins
.
PluginManager
()
app
.
plugin_manager
.
init_plugins
()
helpers
.
update_optional_features
()
# prepopulate data which we are sure of; note: we do not log these info
for
account
in
app
.
connections
:
gajimcaps
=
caps_cache
.
capscache
[(
'sha-1'
,
app
.
caps_hash
[
account
])]
gajimcaps
.
identities
=
[
app
.
gajim_identity
]
gajimcaps
.
features
=
app
.
gajim_common_features
+
\
app
.
gajim_optional_features
[
account
]
self
.
remote_ctrl
=
None
from
gajim
import
network_watcher
...
...
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