Hi Geert,
I get the following error message:
dialog-utils.c: In function ‘gnc_gtk_dialog_add_button’:
dialog-utils.c:922: error: implicit declaration of
function ‘gtk_widget_set_can_default’
make[5]: *** [dialog-utils.lo] Fehler 1
Looks like a missing header file or an outdated gtk-lib.
openSU
Hi folks,
I was just trying the Aging Payables report using a current trunk
version, which triggered a few errors here. I don't think backtraces are
relevant, so just the errors:
guile-modules/gnucash/report/aging.scm:311:5: Wrong type (expecting
exact integer): #
guile-modules/gnucash/repor
On Thursday 5 August 2010, Cristian Marchi wrote:
> Ok! thank you!
>
> As we are talking about website and translations I would like to know if
> it's possible to translate also the release notes published on every new
> release.
>
I believe there is code in place to look for translations when di
Ok! thank you!
As we are talking about website and translations I would like to know if
it's possible to translate also the release notes published on every new
release.
Il 05/08/2010 15:21, Geert Janssens ha scritto:
On Thursday 5 August 2010, Cristian Marchi wrote:
I've updated the It
On Thursday 5 August 2010, Cristian Marchi wrote:
> I've updated the Italian translation for GnuCash website to latest
> version. Could someone with write permission apply it?
> I've also changed the charset to UTF-8
>
> Thanks
> Cristian
>
Done, in r19404.
I have also marked the Italian transla
I've updated the Italian translation for GnuCash website to latest
version. Could someone with write permission apply it?
I've also changed the charset to UTF-8
Thanks
Cristian
it.po.gz
Description: GNU Zip compressed data
___
gnucash-devel mailing l
Geert, John, and all the others who have been supporting my effort by your
helpful answers,
Thank you! You are welcome for your thanks that I am starting on
documentation. I will try to live up to your trust that my effort will
actually result in something that is useful to GC users. It seem
<>
> The present pages documents only from version 2.3.7 thru 2.3.14. I
> have to review from 2.0.0 to 2.4 (whenever that is released), so I
> have a much bigger list. Do you know where I can get changes listed
> from 2.0.0 thru 2.3.6?
>
> Thanks.
Try http://gnucash.org/oldnews.phtml (it's
I did a full rebuild of current trunk today. This gives me two warnings about
URLType being redefined.
It's defined as
typedef char * URLType;
in src/base-typemaps.i
and as
typedef gchar* URLType;
in src/html/gnc-html-extras.h
They must have been in there since the webkit merge into trunk.
At