Fix: pause icon not visible

This commit is contained in:
Daniel Molkentin 2013-01-16 14:40:06 +01:00
parent 45c82a2746
commit 87df74e4d0

View File

@ -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