diff -r 06bceda81a03 -r 78ae3efe463f ui/common/context.c --- a/ui/common/context.c Fri Apr 04 17:45:36 2014 +0200 +++ b/ui/common/context.c Sat Apr 05 13:02:37 2014 +0200 @@ -217,7 +217,7 @@ free(groups); } -void uic_add_group_widget(UiContext *ctx, UIWIDGET widget, UcxList *groups) { +void uic_add_group_widget(UiContext *ctx, void *widget, UcxList *groups) { UcxMempool *mp = ctx->mempool; UiGroupWidget *gw = ucx_mempool_malloc(mp, sizeof(UiGroupWidget)); @@ -234,4 +234,3 @@ ctx->group_widgets, gw); } -