When adding a client to the client list and review it there is no client visible. Clients data is correctly stored in the conf file. Reproducible: Always patch provided by the programmer to solve the problem, diff --git a/src/workspace.c b/src/workspace.c index 8aaa809..97f0dc3 100644 --- a/src/workspace.c +++ b/src/workspace.c @@ -583,7 +583,7 @@ taxbird_ws_chooser_additem(SCM chooser, SCM item) char *widg = scm_to_locale_string(chooser); GtkTreeView *view = - GTK_TREE_VIEW(taxbird_glade_lookup(taxbird_gladexml_app, widg)); + GTK_TREE_VIEW(taxbird_glade_lookup(taxbird_gladexml_sheet, widg)); free(widg); g_return_val_if_fail(view, SCM_BOOL(0));
This has been upstream-fixed in 0.12.