]> git.saurik.com Git - wxWidgets.git/commitdiff
No need to explicitly delete the tbicon
authorRobin Dunn <robin@alldunn.com>
Thu, 25 Mar 2004 18:17:22 +0000 (18:17 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 25 Mar 2004 18:17:22 +0000 (18:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/demo/Main.py

index d57aebbb3662ae8e991a71348b84ca4779674cbf..f813bf143153bb053e0d80b076de5b64f2e16fbb 100644 (file)
@@ -823,8 +823,6 @@ class wxPythonDemo(wx.Frame):
         self.dying = True
         self.window = None
         self.mainmenu = None
-        if hasattr(self, "tbicon"):
-            del self.tbicon
         self.Destroy()