Commit by: john
Modified files:
chandler/parcels/osaf/mail/utils.py 1.4 1.5

Log message:
a occurrence of mainView was introduced since I grep for all them and replaced 
them

ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/mail/utils.py.diff?r1=text&tr1=1.4&r2=text&tr2=1.5

Index: chandler/parcels/osaf/mail/utils.py
diff -u chandler/parcels/osaf/mail/utils.py:1.4 
chandler/parcels/osaf/mail/utils.py:1.5
--- chandler/parcels/osaf/mail/utils.py:1.4     Fri Jan 14 13:05:13 2005
+++ chandler/parcels/osaf/mail/utils.py Fri Jan 21 16:20:52 2005
@@ -1,5 +1,5 @@
-__revision__  = "$Revision: 1.4 $"
-__date__      = "$Date: 2005/01/14 21:05:13 $"
+__revision__  = "$Revision: 1.5 $"
+__date__      = "$Date: 2005/01/22 00:20:52 $"
 __copyright__ = "Copyright (c) 2005 Open Source Applications Foundation"
 __license__   = "http://osafoundation.org/Chandler_0.1_license_terms.htm";
 
@@ -79,7 +79,7 @@
         logger(message)
 
     if Globals.wxApplication is not None: # test framework has no wxApplication
-        Globals.wxApplication.CallItemMethodAsync(Globals.mainView, callable,
+        Globals.wxApplication.CallItemMethodAsync(Globals.views[0], callable,
                                                    message, **keys)
 
 

_______________________________________________
Commits mailing list
Commits@osafoundation.org
http://lists.osafoundation.org/mailman/listinfo/commits

Reply via email to