[Gnucash-changes] r12206 - gnucash/trunk - Remember and use the justification specified in the code instead of

David Hampton hampton at cvs.gnucash.org
Fri Dec 30 02:19:13 EST 2005


Author: hampton
Date: 2005-12-30 02:19:13 -0500 (Fri, 30 Dec 2005)
New Revision: 12206
Trac: http://svn.gnucash.org/trac/changeset/12206

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/gnome-utils/search-param.c
Log:
Remember and use the justification specified in the code instead of
just left justifying everything.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2005-12-30 06:25:03 UTC (rev 12205)
+++ gnucash/trunk/ChangeLog	2005-12-30 07:19:13 UTC (rev 12206)
@@ -1,3 +1,9 @@
+2005-12-30  David Hampton  <hampton at 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 at employees.org>
 
 	* src/scm/main.scm:

Modified: gnucash/trunk/src/gnome-utils/search-param.c
===================================================================
--- gnucash/trunk/src/gnome-utils/search-param.c	2005-12-30 06:25:03 UTC (rev 12205)
+++ gnucash/trunk/src/gnome-utils/search-param.c	2005-12-30 07:19:13 UTC (rev 12206)
@@ -310,6 +310,7 @@
 
   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 *)) {



More information about the gnucash-changes mailing list