diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-07-04 15:57:28 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-07-04 15:57:28 +0200 |
commit | cf70f253a11871ba6db372eb4735335ec97129cd (patch) | |
tree | 5cf926346bf78a0cb588a698111f6a3fd8f8962a /portato/gui/windows/main.py | |
parent | 8e07fd436cfbf02fbf43c9e221badb55acdb546a (diff) | |
download | portato-cf70f253a11871ba6db372eb4735335ec97129cd.tar.gz portato-cf70f253a11871ba6db372eb4735335ec97129cd.tar.bz2 portato-cf70f253a11871ba6db372eb4735335ec97129cd.zip |
Added ability to install missing plugin deps
Diffstat (limited to '')
-rw-r--r-- | portato/gui/windows/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/windows/main.py b/portato/gui/windows/main.py index 479274d..265d4dd 100644 --- a/portato/gui/windows/main.py +++ b/portato/gui/windows/main.py @@ -1553,7 +1553,7 @@ class MainWindow (Window): else: plugins = list(queue.get_plugins()) - PluginWindow(self.window, plugins) + PluginWindow(self.window, plugins, self.queue) return True def cb_show_updates_clicked (self, *args): |