]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/help.cpp
Fix MacOSX update checking - inverted behavior
[vlc] / modules / gui / qt4 / dialogs / help.cpp
index 4f337214bae6d6d07f77751e9f6a9f9e64973bf8..c6ced9b08dc723933f377e319b4c706728e699be 100644 (file)
@@ -284,7 +284,7 @@ void UpdateDialog::updateNotify( bool b_result )
     /* The update finish without errors */
     if( b_result )
     {
-        if( update_CompareReleaseToCurrent( p_update ) == UpdateReleaseStatusNewer )
+        if( update_NeedUpgrade( p_update ) )
         {
             b_checked = true;
             updateButton->setText( "Download" );