Exclude information notifications.

This commit is contained in:
plfiorini 2010-07-03 08:40:04 +00:00
parent fada1ba067
commit 30470d4816

View File

@ -344,12 +344,14 @@ Server::ImMessage(BMessage* msg)
CayaProtocolAddOn* addOn CayaProtocolAddOn* addOn
= ProtocolManager::Get()->ProtocolAddOn(protocol); = ProtocolManager::Get()->ProtocolAddOn(protocol);
#if 0
BNotification notification((notification_type)type); BNotification notification((notification_type)type);
notification.SetGroup(BString("Caya")); notification.SetGroup(BString("Caya"));
notification.SetTitle(title); notification.SetTitle(title);
notification.SetIcon(addOn->Icon()); notification.SetIcon(addOn->Icon());
notification.SetContent(message); notification.SetContent(message);
notification.Send(); notification.Send();
#endif
break; break;
} }
default: default: