Hi all, I ran into this small but serious bug that prevents me to
download the list of drumkit available online.

It's just a line:

--- gui/src/widgets/DownloadWidget.cpp  (revision 1364)
+++ gui/src/widgets/DownloadWidget.cpp  (working copy)
@@ -85,14 +85,14 @@
 
        INFOLOG( "Download completed. " );
 
-       if ( !__local_file.isEmpty() ) {
+       if ( __local_file.isEmpty() ) {
                // store the text received only when not using the file.
                __feed_xml_string = __http_client.readAll();
        } else {
                QFile file( __local_file );


Happy drumming
-- 
Alessandro Cominu


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Hydrogen-devel mailing list
Hydrogen-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hydrogen-devel

Reply via email to