Remember and use the justification specified in the code instead of

just left justifying everything.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12206 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2005-12-30 07:19:13 +00:00
parent 42b213afe2
commit b73f513f72
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2005-12-30 David Hampton <hampton@employees.org>
* src/gnome-utils/search-param.c: Remember and use the
justification specified in the code instead of just left
justifying everything. Fixes #126546.
2005-12-29 David Hampton <hampton@employees.org> 2005-12-29 David Hampton <hampton@employees.org>
* src/scm/main.scm: * src/scm/main.scm:

View File

@ -310,6 +310,7 @@ gnc_search_param_prepend_internal (GList *list, char const *title,
p = gnc_search_param_new (); p = gnc_search_param_new ();
gnc_search_param_set_title (p, title); gnc_search_param_set_title (p, title);
gnc_search_param_set_justify (p, justify);
for (this_param = param; this_param; for (this_param = param; this_param;
this_param = va_arg (args, const char *)) { this_param = va_arg (args, const char *)) {