From 2dad9a9fde252ff439d818044010ce6db92a7d46 Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Wed, 25 Apr 2018 10:35:44 +0200 Subject: [PATCH] gio: changed default symbols --- src/ui/notify.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/notify.c b/src/ui/notify.c index d7e6acf2..39a082f0 100644 --- a/src/ui/notify.c +++ b/src/ui/notify.c @@ -457,10 +457,10 @@ void sc_notify_id(struct sc_context *ctx, struct sc_atr *atr, switch (id) { case NOTIFY_CARD_INSERTED: - icon = "dialog-information"; + icon = "contact-new"; break; case NOTIFY_CARD_REMOVED: - icon = "media-removed"; + icon = "media-eject"; break; case NOTIFY_PIN_GOOD: icon = "changes-allow";