[Avida-SVN] r1667 - branches/developers/avida-edward/source/python/AvidaGui2

kaben at myxo.css.msu.edu kaben at myxo.css.msu.edu
Mon Jun 11 11:05:52 PDT 2007


Author: kaben
Date: 2007-06-11 14:05:52 -0400 (Mon, 11 Jun 2007)
New Revision: 1667

Modified:
   branches/developers/avida-edward/source/python/AvidaGui2/
   branches/developers/avida-edward/source/python/AvidaGui2/pyFreezerCtrl.py
Log:
 r1683 at clearly:  kaben | 2007-06-11 14:07:29 -0400
 Bug fixed where if you drag two orgs into the nav bar it throws an error
 to console that it can't open the file -- it looks like the tab
 delimited list of files is not being parsed. Changed code to disallow
 selecting multiple objects in freezer. We'll probably want to find a
 better way to do this at some point.



Property changes on: branches/developers/avida-edward/source/python/AvidaGui2
___________________________________________________________________
Name: svk:merge
   - ef7795d3-e11b-4b79-8bcc-31c36a5bb0b4:/local/branches/developers/avida-edward/source/python/AvidaGui2:1680
   + ef7795d3-e11b-4b79-8bcc-31c36a5bb0b4:/local/branches/developers/avida-edward/source/python/AvidaGui2:1683

Modified: branches/developers/avida-edward/source/python/AvidaGui2/pyFreezerCtrl.py
===================================================================
--- branches/developers/avida-edward/source/python/AvidaGui2/pyFreezerCtrl.py	2007-06-11 17:46:27 UTC (rev 1666)
+++ branches/developers/avida-edward/source/python/AvidaGui2/pyFreezerCtrl.py	2007-06-11 18:05:52 UTC (rev 1667)
@@ -20,6 +20,7 @@
 
   def construct(self, session_mdl):
     self.m_session_mdl = session_mdl
+    self.setSelectionMode( QListView.Single )
     
 
   def contentsDropEvent(self, e):




More information about the Avida-cvs mailing list