diff --git a/src/mirall/owncloudtheme.cpp b/src/mirall/owncloudtheme.cpp index c0d4219b3b..f65cc3e4f6 100644 --- a/src/mirall/owncloudtheme.cpp +++ b/src/mirall/owncloudtheme.cpp @@ -103,7 +103,7 @@ QIcon ownCloudTheme::syncStateIcon( SyncResult::Status status, bool sysTray ) co QIcon ownCloudTheme::folderDisabledIcon( ) const { // Fixme: Do we really want the dialog-canel from theme here? - return themeIcon( QLatin1String("owncloud-error") ); + return themeIcon( QLatin1String("state-pause") ); } QIcon ownCloudTheme::applicationIcon( ) const