mailr12020 - /branches/bieri_gui/gui_bieri/components/spin_view.py


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

Header


Content

Posted by edward on December 29, 2010 - 11:06:
Author: bugman
Date: Wed Dec 29 11:06:32 2010
New Revision: 12020

URL: http://svn.gna.org/viewcvs/relax?rev=12020&view=rev
Log:
Bug fix for the spin view window - the tree view is not updated by the 
toolbar before it's built.


Modified:
    branches/bieri_gui/gui_bieri/components/spin_view.py

Modified: branches/bieri_gui/gui_bieri/components/spin_view.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/components/spin_view.py?rev=12020&r1=12019&r2=12020&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/components/spin_view.py (original)
+++ branches/bieri_gui/gui_bieri/components/spin_view.py Wed Dec 29 11:06:32 
2010
@@ -954,7 +954,6 @@
         self.pipe_name = wx.ComboBox(self.bar, -1, "", 
style=wx.CB_DROPDOWN|wx.CB_READONLY, choices=[])
         self.bar.AddControl(self.pipe_name)
         self.Bind(wx.EVT_COMBOBOX, self.update_pipes, self.pipe_name)
-        self.update_pipes(None)
 
         # Build the toolbar.
         self.bar.Realize()




Related Messages


Powered by MHonArc, Updated Wed Dec 29 11:40:02 2010