Author: remi
Date: 2009-04-07 13:28:48 +0200 (Tue, 07 Apr 2009)
New Revision: 4393

Modified:
   
software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/tuxisalive/api/tuxdroid/Framework.py
Log:
* no need to syndicate to the gadget framework events ..

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-04-07 11:28:36 UTC (rev 4392)
+++ 
software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/tuxisalive/api/tuxdroid/Framework.py
      2009-04-07 11:28:48 UTC (rev 4393)
@@ -31,7 +31,6 @@
         for statusName in SW_NAME_FRAMEWORK:
             self._insertNewEvent(statusName)
         self.__gadgetsContainer = GadgetsContainer(apiBase, apiBaseServer, {})
-        self.__syndicateToEvents()
         self._registerEvent(ST_NAME_FW_CONTAINER_DEPLOYED, None,
             self.__updateGadgetsContainer)
 
@@ -67,15 +66,6 @@
         print "This command is deprecated."
 
     # 
--------------------------------------------------------------------------
-    # Syndicate this api to the framework events.
-    # 
--------------------------------------------------------------------------
-    def __syndicateToEvents(self):
-        """Syndicate this api to the framework events.
-        """
-        for statusName in SW_NAME_FRAMEWORK:
-            self._syndicateEvent(statusName)
-
-    # 
--------------------------------------------------------------------------
     # Start the gadget framework.
     # 
--------------------------------------------------------------------------
     def __start(self, gadgetsDirectory, language, country, locutor, pitch):


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to