Author: remi
Date: 2008-12-18 01:38:51 +0100 (Thu, 18 Dec 2008)
New Revision: 3155

Modified:
   software_suite_v2/tuxware/tuxhttpserver/trunk/src/tuxhttpserver.py
Log:
* re-referenced a global variable. Removed by error in the previous commit

Modified: software_suite_v2/tuxware/tuxhttpserver/trunk/src/tuxhttpserver.py
===================================================================
--- software_suite_v2/tuxware/tuxhttpserver/trunk/src/tuxhttpserver.py  
2008-12-18 00:35:55 UTC (rev 3154)
+++ software_suite_v2/tuxware/tuxhttpserver/trunk/src/tuxhttpserver.py  
2008-12-18 00:38:51 UTC (rev 3155)
@@ -268,6 +268,8 @@
     def __onDongleDisconnected(self):
         """Callback function when the dongle is disconnected
         """
+        global Glb_DonglePresent
+
         # Stop the osl library
         Glb_ServerLog.logInfo("Stop Tuxosl")
         self.__tuxOSL.Stop()


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to