need to use ShowWindowWithArgs to open message composition else it won't get the needed callback.

This commit is contained in:
ducarroz%netscape.com 1999-06-25 21:41:23 +00:00
Родитель 7b33909001
Коммит d5d0f7d880
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -761,8 +761,8 @@
}
}
if (toolkitCore) {
toolkitCore.ShowWindow("chrome://messengercompose/content/",
window);
// We need to use ShowWindowWithArgs because message compose depend on callback
toolkitCore.ShowWindowWithArgs("chrome://messengercompose/content/", window, "");
}
}