While looking for another problem I found what look like bugs in a
couple of functions [1] in gnc-pricedb.c. It appears to me that the
loop termination test is backwards in a couple of places. I've
attached a patch that fixes this (if it is indeed a problem).
I added a number of patches to b
David Hampton wrote:
On Mon, 2006-02-06 at 19:34 -0700, Mark Johnson wrote:
This time I got Rev 13130.
By my count, I see four errors reported in my first e-mail.
First, I am still getting the dialog about gnucash not being set up
("Cannot find default values"). This dialog app
On Tue, 2006-02-07 at 18:56 -0700, Mark Johnson wrote:
> David Hampton wrote:
> > On Mon, 2006-02-06 at 19:34 -0700, Mark Johnson wrote:
> >
> No, it's still happening. I am using rev 13130.
>
> Here is the contents of my .gconf.path file after two runs:
>
> The following lines were a
Derek Atkins wrote:
Quoting Tor Harald Thorland <[EMAIL PROTECTED]>:
LANG= /opt/gnucash-svn/bin/gnucash
I tryed to restart my system with norwegian as default, and
everything worked. Now back on english again, fails.
It's possible that "LANG" isn't the appropriate environment variable
Quoting Tor Harald Thorland <[EMAIL PROTECTED]>:
LANG= /opt/gnucash-svn/bin/gnucash
I tryed to restart my system with norwegian as default, and
everything worked. Now back on english again, fails.
It's possible that "LANG" isn't the appropriate environment variable
for your system. Unf
Neil Williams wrote:
On Tuesday 07 February 2006 10:18 pm, Tor Harald Thorland wrote:
Hi,
Unlike last time i'm now running english language on my install...
When i try to issue the following command i'll get an error and gnucash
is still in english..
What am I missing here?
[EMAIL PROTECTE
On Tuesday 07 February 2006 10:18 pm, Tor Harald Thorland wrote:
> Hi,
>
> Unlike last time i'm now running english language on my install...
> When i try to issue the following command i'll get an error and gnucash
> is still in english..
>
> What am I missing here?
>
> [EMAIL PROTECTED]:~$ LANG=n
Hi,
Unlike last time i'm now running english language on my install...
When i try to issue the following command i'll get an error and gnucash
is still in english..
What am I missing here?
[EMAIL PROTECTED]:~$ LANG=no_NB.UTF-8 /opt/gnucash-1.9/bin/gnucash
This is a development version. It m
Am Dienstag, 7. Februar 2006 22:13 schrieb Derek Atkins:
> > - (string-append (_ type-str ) (_ " Report: ")
> > (gnc:owner-get-name owner)))
> > + (string-append (_ type-str ) " " (_ "Report:") " "
> > (gnc:owner-get-name owner)))
>
> Any reason not to make this:
>
> (string
On Tue, 07 Feb 2006 15:03:34 -0500
David Hampton <[EMAIL PROTECTED]> wrote:
> On Tue, 2006-02-07 at 14:52 -0500, Chris Shoemaker wrote:
> > Author: chris
> > Date: 2006-02-07 14:52:29 -0500 (Tue, 07 Feb 2006)
> > New Revision: 13140
> > Trac: http://svn.gnucash.org/trac/changeset/13140
> >
> > Mo
Quoting Christian Stimming <[EMAIL PROTECTED]>:
-(title (string-append (_ type-str) (_ " Report")))
+(title (string-append (_ type-str) " " (_ "Report")))
This makes sense, but
- (string-append (_ type-str ) (_ " Report: ")
(gnc:owner-get-name owner)))
+
Applied to SVN. Thanks a lot.
The encoding can be changed by you in whatever way you wish. Fortunately
enough the PO file format clearly specifies the actual encoding of the file,
so luckily enough we are free to use whatever encoding looks fine. (Contrary
to e.g. the gnucash 1.8 data file, un
Hi,
thanks for this file. Applied to SVN.
Am Montag, 6. Februar 2006 12:55 schrieb Tor Harald Thorland:
> Could you please try to merge it with a new POT file... When I try to do
> it, I'll get an error on the newly created file.
I merged it with my most recent POT file and I didn't get any erro
On Tue, 7 Feb 2006 11:07:54 -0800
Andrew Sackville-West <[EMAIL PROTECTED]> wrote:
> Here is all the gobbledy-gook. note this crash occurs when running with
> --nofile. similar crash when running --debug and --loglevel=6. I can provide
> backtrace for those if you want. --version, --help, --help
On Tue, Feb 07, 2006 at 03:03:34PM -0500, David Hampton wrote:
> On Tue, 2006-02-07 at 14:52 -0500, Chris Shoemaker wrote:
> > Author: chris
> > Date: 2006-02-07 14:52:29 -0500 (Tue, 07 Feb 2006)
> > New Revision: 13140
> > Trac: http://svn.gnucash.org/trac/changeset/13140
> >
> > Modified:
> >
On Tue, 2006-02-07 at 14:52 -0500, Chris Shoemaker wrote:
> Author: chris
> Date: 2006-02-07 14:52:29 -0500 (Tue, 07 Feb 2006)
> New Revision: 13140
> Trac: http://svn.gnucash.org/trac/changeset/13140
>
> Modified:
>gnucash/trunk/src/bin/gnucash-bin.c
> Log:
>Recompute argc after argv may
On Tue, Feb 07, 2006 at 11:07:54AM -0800, Andrew Sackville-West wrote:
> Here is all the gobbledy-gook. note this crash occurs when running with
> --nofile. similar crash when running --debug and --loglevel=6. I can provide
> backtrace for those if you want. --version, --help, --help-all, --help-
On Mon, Feb 06, 2006 at 10:59:18PM -0500, David Hampton wrote:
> Author: hampton
> Date: 2006-02-06 22:59:17 -0500 (Mon, 06 Feb 2006)
> New Revision: 13138
> Trac: http://svn.gnucash.org/trac/changeset/13138
>
> Modified:
>gnucash/trunk/ChangeLog
>gnucash/trunk/src/bin/gnucash-bin.c
> Log:
Here is all the gobbledy-gook. note this crash occurs when running with
--nofile. similar crash when running --debug and --loglevel=6. I can provide
backtrace for those if you want. --version, --help, --help-all, --help-gtk all
work fine.
enjoy
A
[EMAIL PROTECTED]:~$ /opt/gnc2/bin/gnucash-env
On Tue, 2006-07-02 at 10:10 -0500, Derek Atkins wrote:
> Quoting Brian <[EMAIL PROTECTED]>:
>
> That wont happen. The 1.8 source tree is EOL'd -- 1.9.x alpha releases
> are imminent to get us on the road to 2.0. There will be no more 1.8 releases
> so applying patches to 1.8 is just a waste of
Quoting Brian <[EMAIL PROTECTED]>:
I've finished making the changes. I don't think I've missed any of the
important hard coded items in the fancy-invoice.
You may want to clean up a few of the old statements I've commented out
in favour of my changes. You might also want to check that I have
21 matches
Mail list logo