summaryrefslogtreecommitdiff
path: root/frontends/windows/hotlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/windows/hotlist.c')
-rw-r--r--frontends/windows/hotlist.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/frontends/windows/hotlist.c b/frontends/windows/hotlist.c
index e8dd90b34..3f05b79fd 100644
--- a/frontends/windows/hotlist.c
+++ b/frontends/windows/hotlist.c
@@ -147,8 +147,7 @@ static nserror nsw32_hotlist_init(HINSTANCE hInstance)
return res;
}
- res = hotlist_manager_init(ncwin->core.cb_table,
- (struct core_window *)ncwin);
+ res = hotlist_manager_init((struct core_window *)ncwin);
if (res != NSERROR_OK) {
free(ncwin);
return res;