mailr11958 - /branches/bieri_gui/gui_bieri/user_functions/pipes.py


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

Header


Content

Posted by edward on December 23, 2010 - 15:48:
Author: bugman
Date: Thu Dec 23 15:48:46 2010
New Revision: 11958

URL: http://svn.gna.org/viewcvs/relax?rev=11958&view=rev
Log:
The blank entry has been removed from the pipe type list.


Modified:
    branches/bieri_gui/gui_bieri/user_functions/pipes.py

Modified: branches/bieri_gui/gui_bieri/user_functions/pipes.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/user_functions/pipes.py?rev=11958&r1=11957&r2=11958&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/user_functions/pipes.py (original)
+++ branches/bieri_gui/gui_bieri/user_functions/pipes.py Thu Dec 23 15:48:46 
2010
@@ -113,7 +113,7 @@
         self.pipe_name = self.input_field(sizer, "The data pipe name:")
 
         # The type selection.
-        self.pipe_type = self.combo_box(sizer, "The type of data pipe:", 
[''] + VALID_TYPES)
+        self.pipe_type = self.combo_box(sizer, "The type of data pipe:", 
VALID_TYPES)
 
 
     def execute(self):




Related Messages


Powered by MHonArc, Updated Thu Dec 23 16:00:02 2010