Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add x-nemo-preview-icon to notification hints
  • Loading branch information
kimmoli committed Jun 20, 2015
1 parent d58c5fd commit ddb26dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mnotification.cpp
Expand Up @@ -275,6 +275,7 @@ bool MNotification::publish()
// Only show the preview banner for new notifications
hints.insert("x-nemo-preview-summary", hints.value("x-nemo-legacy-summary"));
hints.insert("x-nemo-preview-body", hints.value("x-nemo-legacy-body"));
hints.insert("x-nemo-preview-icon", d->image);
}
}

Expand Down

0 comments on commit ddb26dc

Please sign in to comment.