[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/stable/extragear/multimedia/amarok/src/magnatunebrowser
From:       Nikolaj Hald Nielsen <nhnFreespirit () gmail ! com>
Date:       2008-03-16 12:16:47
Message-ID: 1205669807.001128.21998.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 786220 by nhnielsen:

Rename the "Advanced" button to "Redownload" and fix a small bool/int mismatch



 M  +2 -2      magnatunebrowser.cpp  


--- branches/stable/extragear/multimedia/amarok/src/magnatunebrowser/magnatunebrowser.cpp #786219:786220
@@ -66,7 +66,7 @@
     m_purchaseHandler = 0;
     m_redownloadHandler = 0;
 
-    m_purchaseInProgress = 0;
+    m_purchaseInProgress = false;
 
     m_polished = false; 
 
@@ -298,7 +298,7 @@
 
     updateGenreBox();
 
-    m_advancedFeaturesButton = new QPushButton( i18n( "Advanced" ), m_topPanel, "advancedButton" );
+    m_advancedFeaturesButton = new QPushButton( i18n( "Redownload" ), m_topPanel, "advancedButton" );
     connect( m_advancedFeaturesButton, SIGNAL( clicked() ), this, SLOT( processRedownload() ) );
 
     connect( m_genreComboBox, SIGNAL( activated ( int ) ), this, SLOT( genreChanged() ) );
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic