Skip to content

Commit

Permalink
Better icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jun 17, 2014
1 parent 0fdca52 commit b44250f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/lib/Notification/Handler/Decorator/NewmailNotify.php
Expand Up @@ -120,7 +120,7 @@ protected function _notify(
$handler->push(
Horde_Core_Notification_Event_Webnotification::createEvent(
$text,
array('icon' => strval(Horde_Themes::img('forwarded.png')))
array('icon' => strval(Horde_Themes::img('unseen.png')))
),
'webnotification'
);
Expand Down

0 comments on commit b44250f

Please sign in to comment.