diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-07-28 21:41:52 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-07-28 21:41:52 +0200 |
commit | cb6fc48a43c3e9d0e86292f233a3600aebd93f68 (patch) | |
tree | 9371c7da1fb6e35d590e8e858559afab7c34ba2a /portato/gui/windows/main.py | |
parent | cfd4f22891ee74c7da6f314cf1a88e1a54a027be (diff) | |
download | portato-cb6fc48a43c3e9d0e86292f233a3600aebd93f68.tar.gz portato-cb6fc48a43c3e9d0e86292f233a3600aebd93f68.tar.bz2 portato-cb6fc48a43c3e9d0e86292f233a3600aebd93f68.zip |
Removed obsolete queuePopup
Diffstat (limited to 'portato/gui/windows/main.py')
-rw-r--r-- | portato/gui/windows/main.py | 1 |
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) |