From 776e404c2bd2eeaec324028a939d7037e53e4d51 Mon Sep 17 00:00:00 2001 From: Phenom Date: Sat, 6 Aug 2016 17:52:12 +0200 Subject: [PATCH] Fix Lobby Notify Icon. But now this not report which type of lobby is. --- retroshare-gui/src/gui/ChatLobbyWidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroshare-gui/src/gui/ChatLobbyWidget.cpp b/retroshare-gui/src/gui/ChatLobbyWidget.cpp index f9ef755da..06c8833ef 100644 --- a/retroshare-gui/src/gui/ChatLobbyWidget.cpp +++ b/retroshare-gui/src/gui/ChatLobbyWidget.cpp @@ -221,7 +221,7 @@ void ChatLobbyWidget::updateNotify(ChatLobbyId id, unsigned int count) dialog->getChatWidget()->setNotify(myChatLobbyUserNotify); if (count>0){ notifyButton->setVisible(true); - notifyButton->setIcon(_lobby_infos[id].default_icon); + //notifyButton->setIcon(_lobby_infos[id].default_icon); notifyButton->setToolTip(QString("(%1)").arg(count)); } else { notifyButton->setVisible(false);