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

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


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

Modified:
   branches/developers/avida-edward/source/python/AvidaGui2/
   branches/developers/avida-edward/source/python/AvidaGui2/pyNavBarCtrl.py
Log:
 r1713 at clearly:  kaben | 2007-06-18 13:36:56 -0400
 Adapted Brian's fix to prevent dragging multiple items to nav bar area.



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

Modified: branches/developers/avida-edward/source/python/AvidaGui2/pyNavBarCtrl.py
===================================================================
--- branches/developers/avida-edward/source/python/AvidaGui2/pyNavBarCtrl.py	2007-06-18 17:05:03 UTC (rev 1690)
+++ branches/developers/avida-edward/source/python/AvidaGui2/pyNavBarCtrl.py	2007-06-18 18:02:53 UTC (rev 1691)
@@ -1,3 +1,4 @@
+
 # -*- coding: utf-8 -*-
 
 import os
@@ -63,7 +64,7 @@
     if e.source() is self:
       return
 
-    # dropped_item_name is a string...a file name or raw genotype 
+    # dropped_item_list is a string...a file name or raw genotype 
 
     picked_item = self.itemAt(e.pos())
     viewer_dropped_in = 'nada'




More information about the Avida-cvs mailing list