mailr11972 - /branches/bieri_gui/gui_bieri/about.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on December 27, 2010 - 15:31:
Author: bugman
Date: Mon Dec 27 15:31:38 2010
New Revision: 11972

URL: http://svn.gna.org/viewcvs/relax?rev=11972&view=rev
Log:
The about dialogs are now destroyed rather than being hidden, as they are 
generated now on the fly.


Modified:
    branches/bieri_gui/gui_bieri/about.py

Modified: branches/bieri_gui/gui_bieri/about.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/about.py?rev=11972&r1=11971&r2=11972&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/about.py (original)
+++ branches/bieri_gui/gui_bieri/about.py Mon Dec 27 15:31:38 2010
@@ -162,7 +162,7 @@
         """
 
         # Close the widget.
-        self.Hide()
+        self.Destroy()
 
 
     def set_background(self):
@@ -397,4 +397,4 @@
             webbrowser.open_new(self.info.website)
 
         # Close the dialog on all clicks.
-        self.Hide()
+        self.Destroy()




Related Messages


Powered by MHonArc, Updated Mon Dec 27 15:40:02 2010