Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[transfer-engine] Fix canceled download keeping progress notification…
…. Fixes JB#41489
  • Loading branch information
pvuorela committed Mar 27, 2018
1 parent ff6c5eb commit ad786e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/transfer-engine-qt5.spec
@@ -1,5 +1,5 @@
Name: nemo-transferengine-qt5
Version: 0.1.6
Version: 0.3.1
Release: 0
Summary: Transfer Engine for uploading media content and tracking transfers.
Group: System Environment/Daemon
Expand Down
1 change: 1 addition & 0 deletions src/transferengine.cpp
Expand Up @@ -383,6 +383,7 @@ void TransferEnginePrivate::sendNotification(TransferEngineData::TransferType ty
} else if (status == TransferEngineData::TransferInterrupted) {
urgency = Notification::Critical;
appIcon = QStringLiteral("icon-lock-information");
category = TRANSFER_ERROR_EVENT_CATEGORY;
icon.clear();

switch (type) {
Expand Down

0 comments on commit ad786e2

Please sign in to comment.