Author: remi
Date: 2009-03-27 20:36:12 +0100 (Fri, 27 Mar 2009)
New Revision: 4226
Modified:
software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/tuxisalive/api/gadgets/GadgetsContainer.py
software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/tuxisalive/api/tuxdroid/Framework.py
Log:
* fixed a method name and a comment
Modified:
software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/tuxisalive/api/gadgets/GadgetsContainer.py
===================================================================
---
software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/tuxisalive/api/gadgets/GadgetsContainer.py
2009-03-27 16:04:19 UTC (rev 4225)
+++
software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/tuxisalive/api/gadgets/GadgetsContainer.py
2009-03-27 19:36:12 UTC (rev 4226)
@@ -140,7 +140,7 @@
for gadget in self.__gadgets:
result.append(gadget.getDescription().getName())
self.__mutex.release()
- self._showStringList("Gadgets names :", result)
+ self._showStringList("Gadgets name :", result)
#
--------------------------------------------------------------------------
# Show the gadgets uuid list in the console.
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 16:04:19 UTC (rev 4225)
+++
software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/tuxisalive/api/tuxdroid/Framework.py
2009-03-27 19:36:12 UTC (rev 4226)
@@ -46,7 +46,7 @@
#
--------------------------------------------------------------------------
# Get if the framework is started or not.
#
--------------------------------------------------------------------------
- def getStarted(self):
+ def isStarted(self):
"""Get if the framework is started or not.
@return: True or False:
"""
------------------------------------------------------------------------------
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn