Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
poezio
poezio
Commits
390bb8e2
Verified
Commit
390bb8e2
authored
Jul 06, 2014
by
mathieui
Browse files
Fix
#2554
(traceback on last activity in the roster)
parent
dc46286a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/tabs/rostertab.py
src/tabs/rostertab.py
+1
-1
No files found.
src/tabs/rostertab.py
View file @
390bb8e2
...
...
@@ -259,7 +259,7 @@ class RosterInfoTab(Tab):
elif
isinstance
(
item
,
Contact
):
jid
=
item
.
bare_jid
elif
isinstance
(
item
,
Resource
):
jid
=
item
.
jid
.
bare
jid
=
item
.
jid
else
:
self
.
core
.
information
(
'No JID selected.'
,
'Error'
)
return
...
...
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