gio: changed default symbols

This commit is contained in:
Frank Morgner 2018-04-25 10:35:44 +02:00
parent ac5852836d
commit 2dad9a9fde
1 changed files with 2 additions and 2 deletions

View File

@ -457,10 +457,10 @@ void sc_notify_id(struct sc_context *ctx, struct sc_atr *atr,
switch (id) { switch (id) {
case NOTIFY_CARD_INSERTED: case NOTIFY_CARD_INSERTED:
icon = "dialog-information"; icon = "contact-new";
break; break;
case NOTIFY_CARD_REMOVED: case NOTIFY_CARD_REMOVED:
icon = "media-removed"; icon = "media-eject";
break; break;
case NOTIFY_PIN_GOOD: case NOTIFY_PIN_GOOD:
icon = "changes-allow"; icon = "changes-allow";