gnucash master: Fix missing Find... functionality

Geert Janssens gjanssens at code.gnucash.org
Mon Aug 21 05:14:51 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/3e1a1b26 (commit)
	from  https://github.com/Gnucash/gnucash/commit/115d61e7 (commit)



commit 3e1a1b262cf83027c465b9cbe18a0e0b329caf8c
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Aug 21 11:14:16 2017 +0200

    Fix missing Find... functionality
    
    It got lost during migration of business-gnome to gnome.
    Spotted and solved by Robert Fewell.

diff --git a/gnucash/gnucash-bin.c b/gnucash/gnucash-bin.c
index f382019..dbacffd 100644
--- a/gnucash/gnucash-bin.c
+++ b/gnucash/gnucash-bin.c
@@ -492,8 +492,10 @@ load_gnucash_modules()
         gboolean optional;
     } modules[] =
     {
-        { "gnucash/app-utils", 0, FALSE },
         { "gnucash/engine", 0, FALSE },
+        { "gnucash/app-utils", 0, FALSE },
+        { "gnucash/gnome-utils", 0, FALSE },
+        { "gnucash/gnome-search", 0, FALSE },
         { "gnucash/register/ledger-core", 0, FALSE },
         { "gnucash/register/register-core", 0, FALSE },
         { "gnucash/register/register-gnome", 0, FALSE },



Summary of changes:
 gnucash/gnucash-bin.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)



More information about the gnucash-changes mailing list