[Linux] calling notification center on new mention

This commit is contained in:
Jeena 2012-12-30 05:41:53 +01:00
parent ba2c8321dd
commit 65883892f9
3 changed files with 13 additions and 4 deletions

View file

@ -107,7 +107,9 @@ define(function() {
HostApp.notificateUserAboutMention = function(text, name, post_id, entity) {
if (OS_TYPE == "mac") {
controller.notificateUserAboutMention_fromName_withPostId_andEntity_(text, name, post_id, entity);
}
} else {
controller.notificateUserAboutMentionFromNameWithPostIdAndEntity(text, name, post_id, entity);
}
}
HostApp.alertTitleWithMessage = function(title, message) {