Renamed widget builder functions to be more consistent with the rest of wofi

This commit is contained in:
Scoopta
2020-07-11 16:39:09 -07:00
parent 2df1705673
commit ad73f24c75
5 changed files with 9 additions and 9 deletions

View File

@@ -563,7 +563,7 @@ static gboolean _insert_widget(gpointer data) {
}
if(node->builder != NULL) {
wofi_free_widget_builder(node->builder);
wofi_widget_builder_free(node->builder);
} else {
free(node->mode);
for(size_t count = 0; count < node->action_count; ++count) {