fixed opening without is_private

This commit is contained in:
jeena 2013-04-28 00:27:22 +02:00
parent 8145f3e28c
commit cbfe445ed6

View file

@ -82,6 +82,7 @@ define(function() {
if (OS_TYPE == "mac") {
controller.openNewMessageWindowInReplyTo_statusId_withString_isPrivate_(entity, status_id, string, is_private);
} else {
is_private = is_private == true
controller.openNewMessageWindowInReplyTostatusIdwithStringIsPrivate(entity, status_id, string, is_private);
}
}