From b1f039cd20a045605d6c1e435a7a85a34e0b6057 Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Thu, 5 Feb 2015 17:42:01 +0100 Subject: [PATCH] Show warning for uninstallable account/resolver on all platforms but osx and win --- src/libtomahawk/accounts/AccountModel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libtomahawk/accounts/AccountModel.cpp b/src/libtomahawk/accounts/AccountModel.cpp index be4e084f7..5c0cb24fb 100644 --- a/src/libtomahawk/accounts/AccountModel.cpp +++ b/src/libtomahawk/accounts/AccountModel.cpp @@ -555,7 +555,7 @@ AccountModel::setData( const QModelIndex& index, const QVariant& value, int role else if( state == Qt::Unchecked ) AccountManager::instance()->disableAccount( acct ); -#if defined(Q_OS_LINUX) +#if !(defined(Q_OS_MAC) && defined(Q_OS_WIN)) if ( acct->preventEnabling() ) { // Can't install from attica yet on linux, so show a warning if the user tries to turn it on.