Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Widgets/NotificationEntry.vala
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public class Notifications.NotificationEntry : Gtk.ListBoxRow {
public void bind (Notification value) {
notification = value;

Icon app_icon = new ThemedIcon ("dialog-information");
Icon app_icon = new ThemedIcon ("io.elementary.notifications");
if (notification.app_icon.contains ("/")) {
var file = File.new_for_uri (notification.app_icon);
if (file.query_exists ()) {
Expand Down
Loading