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
zzzoldfeatures/register-rewrite
David Hampton 21 years ago
parent 42b213afe2
commit b73f513f72

@ -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>
* src/scm/main.scm:

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

Loading…
Cancel
Save