Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Sophie Herold
gajim
Commits
d57bfcbc
Commit
d57bfcbc
authored
Aug 26, 2018
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ServerInfo: Fix empty version result
Fixes #9311
parent
e665ee1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gajim/gtk/server_info.py
gajim/gtk/server_info.py
+1
-1
No files found.
gajim/gtk/server_info.py
View file @
d57bfcbc
...
...
@@ -129,7 +129,7 @@ class ServerInfoDialog(Gtk.Dialog):
def
_nec_version_result_received
(
self
,
obj
):
if
obj
.
jid
!=
self
.
hostname
:
return
self
.
version
=
obj
.
client_info
self
.
version
=
obj
.
client_info
or
_
(
'Unknown'
)
self
.
update
(
self
.
get_infos
,
self
.
info_listbox
)
def
_server_disco_received
(
self
,
obj
):
...
...
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