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
gajim
gajim-plugins
Commits
8dbd80ab
Commit
8dbd80ab
authored
Aug 30, 2011
by
Dicson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ClientsIcons.full translateble config
parent
435156ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
clients_icons/clients_icons.py
clients_icons/clients_icons.py
+1
-1
No files found.
clients_icons/clients_icons.py
View file @
8dbd80ab
...
...
@@ -132,7 +132,7 @@ class ClientsIconsPlugin(GajimPlugin):
@
log_calls
(
'ClientsIconsPlugin'
)
def
init
(
self
):
self
.
pos_list
=
[
'after statusicon'
,
'before avatar'
]
self
.
pos_list
=
[
_
(
'after statusicon'
)
,
_
(
'before avatar'
)
]
self
.
events_handlers
=
{
'presence-received'
:
(
ged
.
POSTGUI
,
self
.
presence_received
),
'gc-presence-received'
:
...
...
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