Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 214832 - app-office/taxbird-0.11 - client list is always empty
Summary: app-office/taxbird-0.11 - client list is always empty
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major
Assignee: Gunnar Wrobel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-26 08:10 UTC by jkoerner
Modified: 2009-01-22 09:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jkoerner 2008-03-26 08:10:28 UTC
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));
Comment 1 Hanno Böck gentoo-dev 2009-01-22 09:12:34 UTC
This has been upstream-fixed in 0.12.