Re: [PATCH] turn off G_DISABLE_DEPRECATED for qof/guid.c

2005-12-23 Thread Bill Nottingham
Bill Nottingham ([EMAIL PROTECTED]) said: > In glib-2.9/2.10, GMemChunk is deprecated for GSlice. GSlice > isn't added until 2.9/2.10, so we can't port the code to that. > Hence, turn off G_DISABLE_DEPRECATED for this one file only. That will teach me to send mail before reading the mailbox first

[PATCH] turn off G_DISABLE_DEPRECATED for qof/guid.c

2005-12-23 Thread Bill Nottingham
In glib-2.9/2.10, GMemChunk is deprecated for GSlice. GSlice isn't added until 2.9/2.10, so we can't port the code to that. Hence, turn off G_DISABLE_DEPRECATED for this one file only. Bill --- gnucash/lib/libqof/qof/guid.c.foo 2005-12-22 17:13:33.0 -0500 +++ gnucash/lib/libqof/qof/guid.

schema strings not translated

2005-12-23 Thread Christian Stimming
Hi all (and particularly David -- sorry), the file ./gnome/schemas/apps_gnucash_warnings.schemas contains several user-visible strings. However, these strings 1. do not make it into the po/gnucash.pot file and if they were in there 2. they are not yet translated. How do we get them into g

Re: [RFC] gnucash-patches mailing list

2005-12-23 Thread Chris Shoemaker
On Fri, Dec 09, 2005 at 04:35:24PM -0500, Chris Shoemaker wrote: > On Fri, Dec 09, 2005 at 04:09:10PM -0500, Derek Atkins wrote: > > >> consider better tracker integration so we don't lose patches. > > > > > > If your reason for wanting to segregate -patches is to keep track of > > > applied vs.

Re: Unable to compile on current rawhide

2005-12-23 Thread David Hampton
On Fri, 2005-12-23 at 15:00 -0500, Chris Shoemaker wrote: > The problem is the "currently" deprecated functions are determined by > the user's installed library. This symbol just isn't as useful as it > could be. Wouldn't it be nice if there were G_DISABLE_DEPRECATED_2_6 > and such? *sigh* Agr

Re: Unable to compile on current rawhide

2005-12-23 Thread Chris Shoemaker
On Fri, Dec 23, 2005 at 02:41:15PM -0500, David Hampton wrote: > On Fri, 2005-12-23 at 12:05 -0500, Chris Shoemaker wrote: > > > In configure.in, prefix the following line with '#' to comment it out: > > AC_DEFINE(G_DISABLE_DEPRECATED,1,[Don't use any deprecated glib > > functions.]) > > > > If

Re: Unable to compile on current rawhide

2005-12-23 Thread David Hampton
On Fri, 2005-12-23 at 12:05 -0500, Chris Shoemaker wrote: > In configure.in, prefix the following line with '#' to comment it out: > AC_DEFINE(G_DISABLE_DEPRECATED,1,[Don't use any deprecated glib functions.]) > > If that works for you, I'll commit the change. Please make it conditional on "gli

Re: Unable to compile on current rawhide

2005-12-23 Thread Chris Shoemaker
On Fri, Dec 23, 2005 at 11:17:46AM -0600, Michael D. Wise wrote: > On Fri, 2005-12-23 at 11:53 -0500, Chris Shoemaker wrote: > > On Fri, Dec 23, 2005 at 10:26:24AM -0600, Michael D. Wise wrote: > > > On Fri, 2005-12-23 at 10:11 -0500, Chris Shoemaker wrote: > > > > On Fri, Dec 23, 2005 at 07:32:42A

Re: Unable to compile on current rawhide

2005-12-23 Thread Michael D. Wise
On Fri, 2005-12-23 at 12:05 -0500, Chris Shoemaker wrote: > On Fri, Dec 23, 2005 at 10:26:24AM -0600, Michael D. Wise wrote: > > On Fri, 2005-12-23 at 10:11 -0500, Chris Shoemaker wrote: > > > On Fri, Dec 23, 2005 at 07:32:42AM -0600, Michael D. Wise wrote: > > > > I can't compile a current svn che

Re: Unable to compile on current rawhide

2005-12-23 Thread Michael D. Wise
On Fri, 2005-12-23 at 11:53 -0500, Chris Shoemaker wrote: > On Fri, Dec 23, 2005 at 10:26:24AM -0600, Michael D. Wise wrote: > > On Fri, 2005-12-23 at 10:11 -0500, Chris Shoemaker wrote: > > > On Fri, Dec 23, 2005 at 07:32:42AM -0600, Michael D. Wise wrote: > > > > I can't compile a current svn che

Re: Unable to compile on current rawhide

2005-12-23 Thread Chris Shoemaker
On Fri, Dec 23, 2005 at 10:26:24AM -0600, Michael D. Wise wrote: > On Fri, 2005-12-23 at 10:11 -0500, Chris Shoemaker wrote: > > On Fri, Dec 23, 2005 at 07:32:42AM -0600, Michael D. Wise wrote: > > > I can't compile a current svn checkout on the current rawhide. I get > > > the following error: >

Re: Unable to compile on current rawhide

2005-12-23 Thread Chris Shoemaker
On Fri, Dec 23, 2005 at 10:26:24AM -0600, Michael D. Wise wrote: > On Fri, 2005-12-23 at 10:11 -0500, Chris Shoemaker wrote: > > On Fri, Dec 23, 2005 at 07:32:42AM -0600, Michael D. Wise wrote: > > > I can't compile a current svn checkout on the current rawhide. I get > > > the following error: >

Re: Unable to compile on current rawhide

2005-12-23 Thread Michael D. Wise
On Fri, 2005-12-23 at 10:11 -0500, Chris Shoemaker wrote: > On Fri, Dec 23, 2005 at 07:32:42AM -0600, Michael D. Wise wrote: > > I can't compile a current svn checkout on the current rawhide. I get > > the following error: > > > > gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I../../.. -I..

Re: Unable to compile on current rawhide

2005-12-23 Thread Chris Shoemaker
On Fri, Dec 23, 2005 at 07:32:42AM -0600, Michael D. Wise wrote: > I can't compile a current svn checkout on the current rawhide. I get > the following error: > > gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I../../.. -I../../.. > -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/in

Unable to compile on current rawhide

2005-12-23 Thread Michael D. Wise
I can't compile a current svn checkout on the current rawhide. I get the following error: gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I../../.. -I../../.. -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wno-uninitialized -Wall -Wunused -Wdeclaration-after-statement -Wno-

GtkComboBox still doesnt have tooltips (was: scheme multichoice options untranslated!)

2005-12-23 Thread Christian Stimming
Hi David, David Hampton schrieb: In the 1-8-branch these untranslated strings were then passed through gettext before they were displayed. Obviously this doesn't happen anymore. David, any idea...? Fixed. I forgot the translation when I converted from the deprecated GtkOptionMenu widget to