Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gajim-plugins
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gajim
gajim-plugins
Commits
74130f93
Commit
74130f93
authored
12 years ago
by
Dicson
Browse files
Options
Downloads
Patches
Plain Diff
ClientsIconsPlugin. Coding style
parent
7424ff2c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
clients_icons/clients_icons.py
+2
-3
2 additions, 3 deletions
clients_icons/clients_icons.py
with
2 additions
and
3 deletions
clients_icons/clients_icons.py
+
2
−
3
View file @
74130f93
...
...
@@ -6,7 +6,7 @@ import os
from
plugins.gui
import
GajimPluginConfigDialog
from
plugins
import
GajimPlugin
from
plugins.helpers
import
log_calls
,
log
from
plugins.helpers
import
log_calls
from
common
import
ged
from
common
import
gajim
import
cell_renderer_image
...
...
@@ -271,8 +271,7 @@ class ClientsIconsPlugin(GajimPlugin):
caps_image
,
client_name
=
self
.
get_icon
(
caps
,
acontact
)
caps_image
.
set_alignment
(
0
,
0
)
self
.
table
.
attach
(
caps_image
,
1
,
2
,
vcard_current_row
,
vcard_current_row
+
1
,
gtk
.
FILL
,
gtk
.
FILL
,
0
,
0
)
vcard_current_row
+
1
,
gtk
.
FILL
,
gtk
.
FILL
,
0
,
0
)
label
=
gtk
.
Label
()
label
.
set_alignment
(
0
,
0
)
label
.
set_markup
(
client_name
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment