Author: remi
Date: 2009-03-16 22:37:39 +0100 (Mon, 16 Mar 2009)
New Revision: 4098
Modified:
software_suite_v2/tuxware/tuxdroidserver/trunk/util/gadgets/Framework.py
Log:
* fixed the path of the pid files of the gadgets sub-process
Modified:
software_suite_v2/tuxware/tuxdroidserver/trunk/util/gadgets/Framework.py
===================================================================
--- software_suite_v2/tuxware/tuxdroidserver/trunk/util/gadgets/Framework.py
2009-03-16 21:36:52 UTC (rev 4097)
+++ software_suite_v2/tuxware/tuxdroidserver/trunk/util/gadgets/Framework.py
2009-03-16 21:37:39 UTC (rev 4098)
@@ -465,7 +465,8 @@
gadget = self.getGadgetsContainer().getGadgetByUuid(gadgetUuid)
if gadget == None:
return
- workingPath = gadget.getDescription().getWorkingPath()
+ workingPath = os.path.join(gadget.getDescription().getWorkingPath(),
+ "states")
if not os.path.isdir(workingPath):
return
for path in os.listdir(workingPath):
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn