mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
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>
|
2005-12-29 David Hampton <hampton@employees.org>
|
||||||
|
|
||||||
* src/scm/main.scm:
|
* src/scm/main.scm:
|
||||||
|
@ -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 *)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user