summaryrefslogtreecommitdiff
path: root/portato/gui/gtk/windows.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-02-29 00:18:22 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-02-29 00:18:22 +0100
commit62fa03b7c712fbeab9d0d191e9f7cd22a3c1a0e6 (patch)
tree6971557011d505cf698a1518c6dc2696b6a31810 /portato/gui/gtk/windows.py
parent7c1842b22c68d7e0978859ea173a5cf719cbb40b (diff)
downloadportato-62fa03b7c712fbeab9d0d191e9f7cd22a3c1a0e6.tar.gz
portato-62fa03b7c712fbeab9d0d191e9f7cd22a3c1a0e6.tar.bz2
portato-62fa03b7c712fbeab9d0d191e9f7cd22a3c1a0e6.zip
Applied split
Diffstat (limited to 'portato/gui/gtk/windows.py')
-rw-r--r--portato/gui/gtk/windows.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/portato/gui/gtk/windows.py b/portato/gui/gtk/windows.py
index c7dc79b..11588c4 100644
--- a/portato/gui/gtk/windows.py
+++ b/portato/gui/gtk/windows.py
@@ -1038,8 +1038,8 @@ class MainWindow (Window):
self.packageTable = PackageTable(self)
# popups
- self.queuePopup = Popup("queuePopup", self)
- self.consolePopup = Popup("consolePopup", self)
+ self.queuePopup = Popup("queuePopup", self, self.__file__)
+ self.consolePopup = Popup("consolePopup", self, self.__file__)
self.trayPopup = Popup("systrayPopup", self)
# pause menu items