summaryrefslogtreecommitdiff
path: root/desktop/hotlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/hotlist.c')
-rw-r--r--desktop/hotlist.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/hotlist.c b/desktop/hotlist.c
index 2e71582dd..70453ccd9 100644
--- a/desktop/hotlist.c
+++ b/desktop/hotlist.c
@@ -1089,6 +1089,9 @@ nserror hotlist_init(struct core_window_callback_table *cw_t,
* the treeview is built. */
hl_ctx.built = true;
+ /* Inform client of window height */
+ treeview_get_height(hl_ctx.tree);
+
LOG(("Loaded hotlist"));
return NSERROR_OK;