mailr10544 - /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 January 28, 2010 - 18:53:
Author: bugman
Date: Thu Jan 28 18:53:06 2010
New Revision: 10544

URL: http://svn.gna.org/viewcvs/relax?rev=10544&view=rev
Log:
Temporarily disabled the splash screen.

This is for faster debugging!


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=10544&r1=10543&r2=10544&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/about.py (original)
+++ branches/bieri_gui/gui_bieri/about.py Thu Jan 28 18:53:06 2010
@@ -32,7 +32,9 @@
 
 def about_relax():
     about = MyFrame(None, -1, "")
-    about.ShowModal()
+
+    # Temporary disabling of the splash screen - for easier debugging!
+    #about.ShowModal()
 
 
 




Related Messages


Powered by MHonArc, Updated Thu Jan 28 19:20:02 2010