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
gajim
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
194
Issues
194
List
Boards
Labels
Service Desk
Milestones
Merge Requests
20
Merge Requests
20
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gajim
gajim
Commits
1d290a7a
Commit
1d290a7a
authored
Jul 19, 2013
by
Dicson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo
parent
4481b635
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
src/common/connection.py
src/common/connection.py
+1
-1
src/remote_control.py
src/remote_control.py
+0
-1
No files found.
src/common/connection.py
View file @
1d290a7a
...
...
@@ -771,7 +771,7 @@ def cleanup(self):
self
.
_nec_agent_info_received
)
gajim
.
ged
.
remove_event_handler
(
'message-outgoing'
,
ged
.
OUT_CORE
,
self
.
_nec_message_outgoing
)
gajim
.
ged
.
remove_event_handler
(
'message-outgoing'
,
ged
.
OUT_CORE
,
gajim
.
ged
.
remove_event_handler
(
'
gc-
message-outgoing'
,
ged
.
OUT_CORE
,
self
.
_nec_gc_message_outgoing
)
def
get_config_values_or_default
(
self
):
...
...
src/remote_control.py
View file @
1d290a7a
...
...
@@ -479,7 +479,6 @@ def send_groupchat_message(self, room_jid, message, account):
connected_account
=
self
.
_get_account_for_groupchat
(
account
,
room_jid
)
if
connected_account
:
connection
=
gajim
.
connections
[
connected_account
]
connection
.
send_gc_message
(
room_jid
,
message
)
gajim
.
nec
.
push_outgoing_event
(
GcMessageOutgoingEvent
(
None
,
account
=
connected_account
,
jid
=
room_jid
,
message
=
message
))
return
DBUS_BOOLEAN
(
True
)
...
...
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