summaryrefslogtreecommitdiff
path: root/redo/table_windows.c
diff options
context:
space:
mode:
Diffstat (limited to 'redo/table_windows.c')
-rw-r--r--redo/table_windows.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/table_windows.c b/redo/table_windows.c
index 2f7d538..af61d96 100644
--- a/redo/table_windows.c
+++ b/redo/table_windows.c
@@ -36,7 +36,7 @@ static void tableSetCheckboxImageList(HWND hwnd, struct tableData *t)
HIMAGELIST old;
old = t->checkboxImageList;
- t->checkboxImageList = makeCheckboxImageList(hwnd);
+ t->checkboxImageList = makeCheckboxImageList(hwnd, &t->theme);
if (SendMessageW(hwnd, LVM_SETIMAGELIST, LVSIL_STATE, (LPARAM) (t->checkboxImageList)) == (LRESULT) NULL)
;//TODO xpanic("error setting image list", GetLastError());
// TODO free old one here if any