Author: jerome
Date: 2009-01-28 13:05:31 +0100 (Wed, 28 Jan 2009)
New Revision: 3541

Modified:
   
software_suite_v2/software/control_center/trunk/control_center/sources/com/tuxdroid/cc/CcInterface.java
Log:
Fixed : #123 ?\226?\128?\148 D&D from online to playlists, gadget downloaded 
but doesn't appear in favorites list.

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-01-28 11:51:15 UTC (rev 3540)
+++ 
software_suite_v2/software/control_center/trunk/control_center/sources/com/tuxdroid/cc/CcInterface.java
     2009-01-28 12:05:31 UTC (rev 3541)
@@ -1851,7 +1851,7 @@
                else 
if(arg0.getPropertyName().equalsIgnoreCase("deployement-terminated")){
                        if(CcInterface.copyToPlaylists){
                                
this.fileBrowser.setAddedAsSelected(pBrowser.getDownloadType());
-                               //this.addToPlaylist(null);
+                               this.addToPlaylist(null);
                                CcInterface.copyToPlaylists = false;
                                this.jListOnline.clearSelection();
                                this.jFrame.pack();
@@ -2667,10 +2667,9 @@
                        }
                        else
                                if(!arg0.isLocalTransfer())
-                                       return;
-       
-                               this.addToPlaylist(null);
+                                       return;
                }
+               
                else if (arg0.getSource().equals(this.dropTargLibrary))
                {
                        if((pBrowser != null) && (pBrowser.isVisible())){


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to