This patch adds a begin_edit/commit_edit pair when retrieving price quotes.
Phil
diff
Description: 640906974-diff
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel
On Sat, 2007-04-07 at 14:26 -0400, Phil Longstaff wrote:
> The attached patch modifies some getter routine signatures to convert
> object pointers to const object pointers.
I applied this patch, also in two parts (the const changes and the
begin_edit/commit_edit changes).
David
I wonder if we should add a test-case for this kvp issue so we don't
regress?
Also, this patch should've been split into two. I've done that myself
as I applied them.
-derek
Phil Longstaff <[EMAIL PROTECTED]> writes:
> The attached patch does two things:
>
> 1) Fixes a KVP bug where kvp_frame_
On 4/9/07, Christian Stimming <[EMAIL PROTECTED]> wrote:
>
> Am Freitag, 6. April 2007 17:51 schrieb Nathan Buchanan:
> > ok..I'll wait to hear what cstim was doing.
>
> In fact I *did* delete them, just as you said: I recorded the download
> number
> in the wiki, then deleted the file in the File
Quoting Nigel Titley <[EMAIL PROTECTED]>:
> Build of the current SVN gives me
>
> /opt/gnucash/lib/libgnc-backend-file-utils.so.0: undefined reference to
> `qof_entity_set_guid'
> /opt/gnucash/lib/libgnc-backend-file-utils.so.0: undefined reference to
> `gnc_price_set_type'
> /opt/gnucash/lib/gnuc
Build of the current SVN gives me
/opt/gnucash/lib/libgnc-backend-file-utils.so.0: undefined reference to
`qof_entity_set_guid'
/opt/gnucash/lib/libgnc-backend-file-utils.so.0: undefined reference to
`gnc_price_set_type'
/opt/gnucash/lib/gnucash/libgncmod-ledger-core.so: undefined reference
to
Am Freitag, 6. April 2007 17:51 schrieb Nathan Buchanan:
> ok..I'll wait to hear what cstim was doing.
In fact I *did* delete them, just as you said: I recorded the download number
in the wiki, then deleted the file in the File Release System (FRS).
I chose to do this because usually people are
Hi Steven / GnuCash developers,
I've found your mail to the gnucash developer list regarding budget
report
improvements to GnuCash in the archive. What you describe is almost
exactly
what I'm looking for, so I have a couple of questions for you (or any
other
developer who wants to speak up) :
For the record, as we discussed on IRC...
a) This code isn't even used.
b) With the GObjectification, we should change the GncOwner
to be a "real" object and abstract out the necessary functions.
-derek
Derek Atkins <[EMAIL PROTECTED]> writes:
> This can't work.. A GncOwner isn't a QofInst