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
195
Issues
195
List
Boards
Labels
Service Desk
Milestones
Merge Requests
21
Merge Requests
21
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
12295fdc
Commit
12295fdc
authored
Sep 17, 2013
by
Dicson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo. Fixes
#7479
parent
4bda656c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/common/connection.py
src/common/connection.py
+1
-1
No files found.
src/common/connection.py
View file @
12295fdc
...
...
@@ -1767,7 +1767,7 @@ def send_invisible_presence(self, msg, signed, initial = False):
gajim
.
nec
.
push_incoming_event
(
OurShowEvent
(
None
,
conn
=
self
,
show
=
gajim
.
SHOW_LIST
[
self
.
connected
]))
gajim
.
nec
.
push_incoming_event
(
InformationEvent
(
None
,
conn
=
self
,
level
=
'error'
,
pri_txt
=
_
(
'Invisibility not supported'
,
level
=
'error'
,
pri_txt
=
_
(
'Invisibility not supported'
)
,
sec_txt
=
_
(
'Account %s doesn
\'
t support invisibility.'
)
%
\
self
.
name
)))
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