From 87df74e4d0eeec1336d14999afb8bfee89e9fc23 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Wed, 16 Jan 2013 14:40:06 +0100 Subject: [PATCH] Fix: pause icon not visible --- src/mirall/owncloudtheme.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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