Changeset 8341

Show
Ignore:
Timestamp:
10/02/08 16:50:36 (5 years ago)
Author:
jgaeddert
Message:

another node list fix

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ossiedev/branches/trnewman/CIREN/components/rc2007_gui/wx_inits.py

    r8340 r8341  
    251251         
    252252        try: 
    253             self.nicBox.Append(node) 
     253            check = self.nicBox.FindString(node) 
     254            if check == -1: 
     255                self.nicBox.Append(node) 
    254256        except: 
    255257            print "WARNING! rc2007_gui got incompatible ASCII symbols!"