-----BEGIN PGP SIGNED MESSAGE----- Hey all,
I just commited some GUI code for the planned HBCI support. (No real HBCI-related code yet, so trying to compile with --enable-hbci won't hurt anybody.) However, I still couldn't figure out how to add a menu item to actually call this thing. If gnucash HEAD now gets configured with --enable-hbci, then a module libgncmod-hbci gets compiled and installed. Following the example from the ofx module, I wrote a scheme function in src/import-export/hbci/hbci.scm that is supposed to add a submenu "HBCI" to the "_Tools" menu, and a menu item "Initial HBCI Setup" to that menu that calls the initial setup druid. This scheme function is supposed to be called from gnc_module_init in src/import-export/hbci/gncmod-hbci.c . However, it seems like that gnc_module_init function doesn't get called in the first place. Err... what did I miss here? Christian -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iQCVAwUBPULWQ2XAi+BfhivFAQGiLQP/d/3L3/PMs2sUDYKxhdcjQ8/7rlWQhRZQ UrVaO/hE9z8sFPz8xxi08FLeEq0yIRVEAAUYW4UXzpN9QlF4iNo3nG82oa0BEtFl 4amkrVRcJUCsQytTKVf05Qu4fpcPTudwJ4MzjbRNLWVHtmwkITSGDTCuGWs5locv 4LHssmfgy6g= =fDhP -----END PGP SIGNATURE----- _______________________________________________ gnucash-devel mailing list [EMAIL PROTECTED] http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel
