diff --git a/src/Widgets/NotificationEntry.vala b/src/Widgets/NotificationEntry.vala index 4362f3dd..adcdd541 100644 --- a/src/Widgets/NotificationEntry.vala +++ b/src/Widgets/NotificationEntry.vala @@ -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 ()) {