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
= ProtocolManager::Get()->ProtocolAddOn(protocol);
#if 0
BNotification notification((notification_type)type);
notification.SetGroup(BString("Caya"));
notification.SetTitle(title);
notification.SetIcon(addOn->Icon());
notification.SetContent(message);
notification.Send();
#endif
break;
}
default: