Author: remi
Date: 2008-11-28 11:45:51 +0100 (Fri, 28 Nov 2008)
New Revision: 2898
Modified:
software_suite_v2/software/http_server_resources/chatter_tux/trunk/HTTPRessource/ResourceChatterTux.py
Log:
* fixed a path bug
Modified:
software_suite_v2/software/http_server_resources/chatter_tux/trunk/HTTPRessource/ResourceChatterTux.py
===================================================================
---
software_suite_v2/software/http_server_resources/chatter_tux/trunk/HTTPRessource/ResourceChatterTux.py
2008-11-28 10:30:12 UTC (rev 2897)
+++
software_suite_v2/software/http_server_resources/chatter_tux/trunk/HTTPRessource/ResourceChatterTux.py
2008-11-28 10:45:51 UTC (rev 2898)
@@ -58,9 +58,9 @@
CTEmoticonsKeys = CTEmoticonToAttitune.keys()
# Chatter tux exe commands
- CTChatterTuxStart = os.path.join(TUXDROID_BASE_PATH, "resources",
+ CTChatterTuxStart = '"%s"' % os.path.join(TUXDROID_BASE_PATH, "resources",
"tuxhttpserver", "chatterTux", "chattertux_start.exe")
- CTChatterTuxStop = os.path.join(TUXDROID_BASE_PATH, "resources",
+ CTChatterTuxStop = '"%s"' % os.path.join(TUXDROID_BASE_PATH, "resources",
"tuxhttpserver", "chatterTux", "chattertux_stop.exe")
# If the service is active then load it at the server launch
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn