diff -r dbde25a5bc53 -r c03c338a7dcf ui/gtk/toolbar.h --- a/ui/gtk/toolbar.h Tue Jan 24 18:46:47 2017 +0100 +++ b/ui/gtk/toolbar.h Fri Nov 10 17:17:14 2017 +0100 @@ -1,7 +1,7 @@ /* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 2014 Olaf Wintermann. All rights reserved. + * Copyright 2017 Olaf Wintermann. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -74,7 +74,7 @@ struct UiToolbarComboBox { UiToolItemI item; - UiList *list; + UiVar *var; ui_model_getvalue_f getvalue; ui_callback callback; void *userdata;