Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-10-12 13:54:00 +0300
committerHannah von Reth <vonreth@kde.org>2020-10-13 20:42:00 +0300
commit8bd1b6ed464cf00ba725772927274f661fce8ba4 (patch)
tree996bfca89ea5703e2157d850074924c467aa13a2 /src/gui/owncloudgui.cpp
parent79eac35525d5facff5d936df697d0321ed98a011 (diff)
Fix broken icon name
Diffstat (limited to 'src/gui/owncloudgui.cpp')
-rw-r--r--src/gui/owncloudgui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/owncloudgui.cpp b/src/gui/owncloudgui.cpp
index d467a2097..5d2072fca 100644
--- a/src/gui/owncloudgui.cpp
+++ b/src/gui/owncloudgui.cpp
@@ -890,7 +890,7 @@ void ownCloudGui::slotUpdateProgress(const QString &folder, const ProgressInfo &
&& shouldShowInRecentsMenu(progress._lastCompletedItem)) {
if (Progress::isWarningKind(progress._lastCompletedItem._status)) {
// display a warn icon if warnings happened.
- QIcon warnIcon(":/client/resources/warning");
+ QIcon warnIcon(":/client/resources/warning.svg");
_actionRecent->setIcon(warnIcon);
}