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
G
gajim-plugins
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
59
Issues
59
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
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-plugins
Commits
caf72836
Commit
caf72836
authored
Oct 10, 2018
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[plugin_installer] Revert last version update
parent
6d5a489c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
7 deletions
+1
-7
plugin_installer/manifest.ini
plugin_installer/manifest.ini
+1
-1
plugin_installer/plugin_installer.py
plugin_installer/plugin_installer.py
+0
-6
No files found.
plugin_installer/manifest.ini
View file @
caf72836
[info]
name:
Plugin
Installer
short_name:
plugin_installer
version:
0.20.
5
version:
0.20.
4
description:
Install
and
upgrade
plugins
from
ftp
authors:
Denis
Fomin
<fominde@gmail.com>
Yann
Leboulanger
<asterix@lagaule.org>
...
...
plugin_installer/plugin_installer.py
View file @
caf72836
...
...
@@ -55,12 +55,6 @@ except ImportError:
from
gajim.dialogs
import
WarningDialog
,
HigDialog
,
YesNoDialog
from
gajim.gtkgui_helpers
import
get_action
# Since Gajim 1.1.0 _() has to be imported
try
:
from
gajim.common.i18n
import
_
except
ImportError
:
pass
log
=
logging
.
getLogger
(
'gajim.plugin_system.plugin_installer'
)
PLUGINS_URL
=
'https://ftp.gajim.org/plugins_1/'
...
...
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