Skip to content

Commit

Permalink
Merge pull request #22 from jpetrell/master
Browse files Browse the repository at this point in the history
[transfer-engine] Update transfer notification icon
  • Loading branch information
thp committed Jan 29, 2015
2 parents 70941a9 + baf9617 commit be3f447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/transferengine.cpp
Expand Up @@ -392,7 +392,7 @@ void TransferEnginePrivate::sendNotification(TransferEngineData::TransferType ty
MNotification notification(eventType);
notification.setSummary(fileName);
notification.setBody(msgNBody);
notification.setImage("icon-l-share");
notification.setImage("icon-lock-transfer");


// Check if we have existing group and use that instead of creating a new one.
Expand All @@ -410,7 +410,7 @@ void TransferEnginePrivate::sendNotification(TransferEngineData::TransferType ty
// No existing groups, create a new one from the scratch
if (group == 0){
group = new MNotificationGroup(eventType);
group->setImage("icon-l-share");
group->setImage("icon-lock-transfer");
// Add to the groups, it will be deleted when the list is cleaned
groups.append(group);
}
Expand Down

0 comments on commit be3f447

Please sign in to comment.