diff --git a/js/ui/notificationDaemon.js b/js/ui/notificationDaemon.js index df1a43dbf..62096258d 100644 --- a/js/ui/notificationDaemon.js +++ b/js/ui/notificationDaemon.js @@ -128,10 +128,10 @@ const FdoNotificationDaemon = new Lang.Class({ switch (hints.urgency) { case Urgency.LOW: case Urgency.NORMAL: - stockIcon = 'gtk-dialog-info'; + stockIcon = 'dialog-information'; break; case Urgency.CRITICAL: - stockIcon = 'gtk-dialog-error'; + stockIcon = 'dialog-error'; break; } return new Gio.ThemedIcon({ name: stockIcon });