summaryrefslogtreecommitdiffstats
path: root/src/tk/box.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tk/box.c')
-rw-r--r--src/tk/box.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tk/box.c b/src/tk/box.c
index 4b29247..b9faf70 100644
--- a/src/tk/box.c
+++ b/src/tk/box.c
@@ -56,7 +56,7 @@ _mftk_box_index(struct mftk_widget *w, struct mftk_window *win)
{
struct mftk_box *b = (struct mftk_box *) w;
- mftk_window_index(win, b->child);
+ mftk_widget_index(b->child, win);
}
static int