Author: jerome
Date: 2009-02-16 15:37:48 +0100 (Mon, 16 Feb 2009)
New Revision: 3651

Modified:
   
software_suite_v2/software/control_center/trunk/control_center/sources/com/tuxdroid/cc/CcInterface.java
Log:
* Fixed : #147 ?\226?\128?\148 Alerts function stops after playing attitune.

Modified: 
software_suite_v2/software/control_center/trunk/control_center/sources/com/tuxdroid/cc/CcInterface.java
===================================================================
--- 
software_suite_v2/software/control_center/trunk/control_center/sources/com/tuxdroid/cc/CcInterface.java
     2009-02-16 11:27:20 UTC (rev 3650)
+++ 
software_suite_v2/software/control_center/trunk/control_center/sources/com/tuxdroid/cc/CcInterface.java
     2009-02-16 14:37:48 UTC (rev 3651)
@@ -2970,10 +2970,12 @@
                        }
                        
                                
-               } else {
+               }
+               else {
                        playB.setIcon(new 
ImageIcon(CcCommons.targetClass.getResource("images/buttons/play.png")));
                        CCRemoteActions.restoreContext();
                        setFrameworkBusy(false);
+                       FiFo.canRelease = true;
                        if(CcCommons.type != CcConstants.TYPE_REMOTELIST){
                                if(CcCommons.type == CcConstants.TYPE_ALERT){
                                        
if(alertPlaylist.getSelectedItemKind().equals("attitune")){


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to