Use the correct icon for sync ok

This commit is contained in:
Klaas Freitag 2012-05-02 17:12:45 +02:00
parent cd6d3644b9
commit bacc70a299
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ QIcon ownCloudTheme::syncStateIcon( SyncResult::Status status, int size ) const
statusIcon = "owncloud-icon-sync";
break;
case SyncResult::Success:
statusIcon = "owncloud-sync-ok";
statusIcon = "owncloud-icon-sync-ok";
break;
case SyncResult::Error:
statusIcon = "owncloud-icon-error";