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

kaben at myxo.css.msu.edu kaben at myxo.css.msu.edu
Mon Jun 18 11:02:59 PDT 2007


Author: kaben
Date: 2007-06-18 14:02:58 -0400 (Mon, 18 Jun 2007)
New Revision: 1693

Modified:
   branches/developers/avida-edward/source/python/AvidaGui2/
   branches/developers/avida-edward/source/python/AvidaGui2/pyNavBarCtrl.py
Log:
 r1715 at clearly:  kaben | 2007-06-18 14:03:16 -0400
 Fixed what I think was a typo preventing drag and drop of organism to
 nav bar.



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:1714
   + ef7795d3-e11b-4b79-8bcc-31c36a5bb0b4:/local/branches/developers/avida-edward/source/python/AvidaGui2:1715

Modified: branches/developers/avida-edward/source/python/AvidaGui2/pyNavBarCtrl.py
===================================================================
--- branches/developers/avida-edward/source/python/AvidaGui2/pyNavBarCtrl.py	2007-06-18 18:02:57 UTC (rev 1692)
+++ branches/developers/avida-edward/source/python/AvidaGui2/pyNavBarCtrl.py	2007-06-18 18:02:58 UTC (rev 1693)
@@ -60,7 +60,7 @@
  #     e.accept()
 
   def contentsDropEvent(self, e):
-    dropped_item_list = QString()
+    dropped_item_name = QString()
     if e.source() is self:
       return
 




More information about the Avida-cvs mailing list