[Gnucash-changes] Don't try to load code that was removed two weeks ago.

David Hampton hampton at cvs.gnucash.org
Tue May 10 13:16:30 EDT 2005


Log Message:
-----------
Don't try to load code that was removed two weeks ago.

Tags:
----
gnucash-gnome2-dev

Modified Files:
--------------
    gnucash:
        ChangeLog
    gnucash/src/gnome-search:
        gncmod-gnome-search.c

Revision Data
-------------
Index: ChangeLog
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/ChangeLog,v
retrieving revision 1.1487.2.204
retrieving revision 1.1487.2.205
diff -LChangeLog -LChangeLog -u -r1.1487.2.204 -r1.1487.2.205
--- ChangeLog
+++ ChangeLog
@@ -1,3 +1,8 @@
+2005-05-10  David Hampton  <hampton at employees.org>
+
+	* src/gnome-search/gncmod-gnome-search.c: Don't try to load code
+	that was removed two weeks ago.
+
 2005-05-08  Neil Williams <linux at codehelp.co.uk>
 	* src/business/business-core/gncInvoice.c: Implementing
 	QOF_TYPE_COLLECT.
Index: gncmod-gnome-search.c
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/gnome-search/gncmod-gnome-search.c,v
retrieving revision 1.6.4.2
retrieving revision 1.6.4.3
diff -Lsrc/gnome-search/gncmod-gnome-search.c -Lsrc/gnome-search/gncmod-gnome-search.c -u -r1.6.4.2 -r1.6.4.3
--- src/gnome-search/gncmod-gnome-search.c
+++ src/gnome-search/gncmod-gnome-search.c
@@ -81,9 +81,6 @@
     gnc_search_core_initialize ();
   }
   
-  scm_c_eval_string("(use-modules (g-wrapped gw-gnome-search))");
-  scm_c_eval_string("(use-modules (gnucash gnome-search))");
-
   return TRUE;
 }
 


More information about the gnucash-changes mailing list