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
Snippets
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
Evert Mouw
gajim-plugins
Commits
cf352698
Commit
cf352698
authored
13 years ago
by
Dicson
Browse files
Options
Downloads
Patches
Plain Diff
clients_icons. quick fix after last update
parent
410b6424
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
clients_icons/clients_icons.py
+4
-4
4 additions, 4 deletions
clients_icons/clients_icons.py
clients_icons/manifest.ini
+1
-1
1 addition, 1 deletion
clients_icons/manifest.ini
with
5 additions
and
5 deletions
clients_icons/clients_icons.py
+
4
−
4
View file @
cf352698
...
...
@@ -196,10 +196,10 @@ class ClientsIconsPlugin(GajimPlugin):
chat_control
.
fill_column
(
col
)
chat_control
.
list_treeview
.
insert_column
(
col
,
0
)
# redraw roster
store
=
gtk
.
TreeStore
(
*
chat_control
.
columns
)
store
.
set_sort_func
(
1
,
chat_control
.
tree_compare_iters
)
store
.
set_sort_column_id
(
1
,
gtk
.
SORT_ASCENDING
)
chat_control
.
list_treeview
.
set_model
(
store
)
chat_control
.
model
=
gtk
.
TreeStore
(
*
chat_control
.
columns
)
chat_control
.
model
.
set_sort_func
(
1
,
chat_control
.
tree_compare_iters
)
chat_control
.
model
.
set_sort_column_id
(
1
,
gtk
.
SORT_ASCENDING
)
chat_control
.
list_treeview
.
set_model
(
chat_control
.
model
)
# draw roster
for
nick
in
gajim
.
contacts
.
get_nick_list
(
chat_control
.
account
,
chat_control
.
room_jid
):
...
...
This diff is collapsed.
Click to expand it.
clients_icons/manifest.ini
+
1
−
1
View file @
cf352698
[info]
name:
Clients
icons
short_name:
clients_icons
version:
0.9.1
version:
1.0
description:
Shows
the
client
icons
in
the
roster
and
in
groupchats.
Depends:
Gajim
>
r12506
...
...
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