diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-02-29 00:18:22 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-02-29 00:18:22 +0100 |
commit | 62fa03b7c712fbeab9d0d191e9f7cd22a3c1a0e6 (patch) | |
tree | 6971557011d505cf698a1518c6dc2696b6a31810 /portato/gui/gtk/windows.py | |
parent | 7c1842b22c68d7e0978859ea173a5cf719cbb40b (diff) | |
download | portato-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.py | 4 |
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 |