diff --git a/retroshare-gui/src/gui/feeds/NewsFeedUserNotify.cpp b/retroshare-gui/src/gui/feeds/NewsFeedUserNotify.cpp
index 5ec27d88c..412bae684 100644
--- a/retroshare-gui/src/gui/feeds/NewsFeedUserNotify.cpp
+++ b/retroshare-gui/src/gui/feeds/NewsFeedUserNotify.cpp
@@ -38,7 +38,7 @@ void NewsFeedUserNotify::newsFeedChanged(int count)
QIcon NewsFeedUserNotify::getMainIcon(bool hasNew)
{
- return hasNew ? QIcon(":/images/newsfeed128.png") : QIcon(":/images/newsfeed128.png");
+ return hasNew ? QIcon(":/images/newsfeed128_notify.png") : QIcon(":/images/newsfeed128.png");
}
unsigned int NewsFeedUserNotify::getNewCount()
diff --git a/retroshare-gui/src/gui/images.qrc b/retroshare-gui/src/gui/images.qrc
index 071265593..ab11a3926 100644
--- a/retroshare-gui/src/gui/images.qrc
+++ b/retroshare-gui/src/gui/images.qrc
@@ -285,6 +285,7 @@
images/kdmconfig.png
images/konsole.png
images/newsfeed128.png
+ images/newsfeed128_notify.png
images/konversation.png
images/konversation16.png
images/konversation128.png
diff --git a/retroshare-gui/src/gui/images/newsfeed128_notify.png b/retroshare-gui/src/gui/images/newsfeed128_notify.png
new file mode 100644
index 000000000..d660fe710
Binary files /dev/null and b/retroshare-gui/src/gui/images/newsfeed128_notify.png differ