* @param {bool} includeFavourites If this section includes favourites
* @param {Object} totalCountPromise Resolves wth the total conversations count
* @param {Object} unreadCountPromise Resolves wth the unread conversations count
- * @param {bool} overview shown in message app panel.
++ * @param {bool} fromPanel shown in message app panel.
*/
- var show = function(namespace, header, body, footer, type, includeFavourites, totalCountPromise, unreadCountPromise) {
+ var show = function(namespace, header, body, footer, type, includeFavourites, totalCountPromise, unreadCountPromise,
+ fromPanel) {
var root = $(body);
if (!root.attr('data-init')) {