Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[transfer-engine] Update transfer notification icon
  • Loading branch information
Joona Petrell committed Jun 26, 2014
1 parent 2c68e58 commit baf9617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/transferengine.cpp
Expand Up @@ -390,7 +390,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 @@ -408,7 +408,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 baf9617

Please sign in to comment.