Author: remi
Date: 2009-03-27 21:08:20 +0100 (Fri, 27 Mar 2009)
New Revision: 4228

Modified:
   
software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/tuxisalive/api/tuxdroid/Framework.py
Log:
* fixed a method name

Modified: 
software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/tuxisalive/api/tuxdroid/Framework.py
===================================================================
--- 
software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/tuxisalive/api/tuxdroid/Framework.py
      2009-03-27 19:37:57 UTC (rev 4227)
+++ 
software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/tuxisalive/api/tuxdroid/Framework.py
      2009-03-27 20:08:20 UTC (rev 4228)
@@ -63,7 +63,7 @@
         """Connect this api to the framework.
         """
         self.__syndicateToEvents()
-        if self.getStarted():
+        if self.isStarted():
             self.__updateGadgetsContainer()
 
     # 
--------------------------------------------------------------------------


------------------------------------------------------------------------------
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to