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
a541b4ef
Commit
a541b4ef
authored
Sep 22, 2016
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Select correct notebook tab - Fixes
#133
parent
6065fa67
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
plugin_installer/manifest.ini
plugin_installer/manifest.ini
+1
-1
plugin_installer/plugin_installer.py
plugin_installer/plugin_installer.py
+2
-1
No files found.
plugin_installer/manifest.ini
View file @
a541b4ef
[info]
[info]
name:
Plugin
Installer
name:
Plugin
Installer
short_name:
plugin_installer
short_name:
plugin_installer
version:
0.1
4
version:
0.1
5
description:
Install
and
upgrade
plugins
from
ftp
description:
Install
and
upgrade
plugins
from
ftp
authors:
Denis
Fomin
<fominde@gmail.com>
authors:
Denis
Fomin
<fominde@gmail.com>
Yann
Leboulanger
<asterix@lagaule.org>
Yann
Leboulanger
<asterix@lagaule.org>
...
...
plugin_installer/plugin_installer.py
View file @
a541b4ef
...
@@ -102,7 +102,8 @@ class PluginInstaller(GajimPlugin):
...
@@ -102,7 +102,8 @@ class PluginInstaller(GajimPlugin):
self
.
upgrading
=
True
self
.
upgrading
=
True
self
.
pl_menuitem
.
activate
()
self
.
pl_menuitem
.
activate
()
nb
=
gajim
.
interface
.
instances
[
'plugins'
].
plugins_notebook
nb
=
gajim
.
interface
.
instances
[
'plugins'
].
plugins_notebook
GLib
.
idle_add
(
nb
.
set_current_page
,
1
)
page
=
nb
.
page_num
(
self
.
hpaned
)
GLib
.
idle_add
(
nb
.
set_current_page
,
page
)
if
plugins
:
if
plugins
:
plugins_str
=
'
\n
'
.
join
(
plugins
)
plugins_str
=
'
\n
'
.
join
(
plugins
)
YesNoDialog
(
_
(
'Plugins updates'
),
_
(
'Some updates are available for'
YesNoDialog
(
_
(
'Plugins updates'
),
_
(
'Some updates are available for'
...
...
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