This commit is contained in:
Patrick von Reth 2014-01-19 14:01:13 +01:00
parent 63e15d1358
commit dccaf09ff1
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ void SnarlBackend::slotNotify(Notification notification){
break;
}
if(notification.isUpdate())
if(!notification.isUpdate())
{
ULONG32 id = snarlInterface->Notify(notification.alert().name().toUtf8().constData(),
Snore::toPlainText(notification.title()).toUtf8().constData(),