From: James Bunton Date: Fri, 13 Jan 2012 23:24:42 +0000 (+1100) Subject: Don't need this anymore, it's been set in the XIB X-Git-Url: https://code.delx.au/notipod/commitdiff_plain/27b52e4ac730150d6e64c11bde11c2a6c94accd0 Don't need this anymore, it's been set in the XIB --- diff --git a/notipod_gui.py b/notipod_gui.py index 85d2f15..e5ea98b 100644 --- a/notipod_gui.py +++ b/notipod_gui.py @@ -129,7 +129,6 @@ class NotiPodController(NSObject): def awakeFromNib(self): self.runningGenerator = False - self.previewWindow.setReleasedWhenClosed_(False) # Delegate methods def applicationWillFinishLaunching_(self, _):