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
fcf9a8e7
Commit
fcf9a8e7
authored
14 years ago
by
Dicson
Browse files
Options
Downloads
Patches
Plain Diff
ftp_manager. version 0.3
parent
95911d62
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
clients_icons/clients_icons.py
+1
-0
1 addition, 0 deletions
clients_icons/clients_icons.py
ftp_manager/ftp_manager.py
+1
-0
1 addition, 0 deletions
ftp_manager/ftp_manager.py
ftp_manager/manifest.ini
+1
-1
1 addition, 1 deletion
ftp_manager/manifest.ini
with
3 additions
and
1 deletion
clients_icons/clients_icons.py
+
1
−
0
View file @
fcf9a8e7
...
...
@@ -192,6 +192,7 @@ class ClientsIconsPlugin(GajimPlugin):
iter_
=
roster
.
_get_contact_iter
(
iq_obj
.
jid
,
iq_obj
.
conn
.
name
,
contact
,
roster
.
model
)[
0
]
if
contact
!=
iq_obj
.
contact
:
# higest contact changed
caps
=
contact
.
client_caps
.
_node
self
.
set_icon
(
roster
.
model
,
iter_
,
self
.
renderer_num
,
caps
)
return
...
...
This diff is collapsed.
Click to expand it.
ftp_manager/ftp_manager.py
+
1
−
0
View file @
fcf9a8e7
...
...
@@ -37,6 +37,7 @@ class FtpManager(GajimPlugin):
self
.
pl_menuitem
.
disconnect
(
self
.
id_
)
if
hasattr
(
self
,
'
page_num
'
):
self
.
notebook
.
remove_page
(
self
.
page_num
)
self
.
notebook
.
set_current_page
(
0
)
if
hasattr
(
self
,
'
ftp
'
):
del
self
.
ftp
...
...
This diff is collapsed.
Click to expand it.
ftp_manager/manifest.ini
+
1
−
1
View file @
fcf9a8e7
[info]
name:
Ftp
Manager
short_name:
ftp_manager
version:
0.
2
version:
0.
3
description:
Install
and
upgrade
plugins
from
ftp
authors:
Denis
Fomin
<fominde@gmail.com>
homepage:
http://trac-plugins.gajim.org/wiki/
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