Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
poezio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
204
Issues
204
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
poezio
poezio
Commits
e1ed45ae
Commit
e1ed45ae
authored
Nov 24, 2010
by
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
error are also displayed in non-muc rooms. fixed
#2028
parent
d3dc3ef2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/core.py
src/core.py
+1
-2
No files found.
src/core.py
View file @
e1ed45ae
...
...
@@ -85,7 +85,6 @@ class Core(object):
else
RosterInfoTab
(
self
)
default_tab
.
on_gain_focus
()
self
.
tabs
=
[
default_tab
]
# self.roster = Roster()
# a unique buffer used to store global informations
# that are displayed in almost all tabs, in an
# information window.
...
...
@@ -421,7 +420,7 @@ class Core(object):
# Differentiate both type of messages, and call the appropriate handler.
jid_from
=
message
[
'from'
]
for
tab
in
self
.
tabs
:
if
isinstance
(
tab
,
MucTab
)
and
tab
.
get_name
()
==
jid_from
.
bare
:
# check all the MUC we are in
if
tab
.
get_name
()
==
jid_from
.
full
:
# check all the MUC we are in
if
message
[
'type'
]
==
'error'
:
return
self
.
room_error
(
message
,
tab
.
get_room
().
name
)
else
:
...
...
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