InfoBar: Suppress warning on close

Change-Id: Ie8c19db3e7569c20c1f8d5c6651f1b9b0f7db9dd
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Orgad Shaneh
2012-11-13 23:15:56 +02:00
committed by hjk
parent d7d4346af3
commit fcf586974f

View File

@@ -273,7 +273,7 @@ void InfoBarDisplay::widgetDestroyed()
void InfoBarDisplay::cancelButtonClicked()
{
m_infoBar->removeInfo(Id::fromUniqueIdentifier(sender()->property("infoId").toInt()));
m_infoBar->suppressInfo(Id::fromUniqueIdentifier(sender()->property("infoId").toInt()));
}
void InfoBarDisplay::suppressButtonClicked()