summaryrefslogtreecommitdiff
path: root/portato/gui/windows/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'portato/gui/windows/main.py')
-rw-r--r--portato/gui/windows/main.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/portato/gui/windows/main.py b/portato/gui/windows/main.py
index b8869f8..c50940a 100644
--- a/portato/gui/windows/main.py
+++ b/portato/gui/windows/main.py
@@ -677,7 +677,6 @@ class MainWindow (Window):
self.packageTable = PackageTable(self)
# popups
- self.queuePopup = Popup("queuePopup", self, self.__file__)
self.consolePopup = Popup("consolePopup", self, self.__file__)
self.trayPopup = Popup("systrayPopup", self)
bject'>Makefile: Do not install bash completion to /etcLukas Fleischer1-3/+2 `make install` should never install anything to /etc. "/usr/share/bash-completion/completions/" is the right place for completions that are installed by software packages. Signed-off-by: Lukas Fleischer <info@cryptocrack.de> 2013-05-22check if a passfile exists before checking for directoryBrian Mattern1-13/+12