Re: New "translation update" for pioneers

2010-11-01 Thread Julien Cristau
On Tue, Oct 26, 2010 at 20:41:21 +0200, Bas Wijnen wrote: > Op 26-10-10 20:14, Julien Cristau schreef: > > On Sat, Oct 23, 2010 at 20:00:35 +0200, Bas Wijnen wrote: > > > >> +#if (GTK_MAJOR_VERSION <= 2 && GTK_MINOR_VERSION <= 18 && > >> GTK_MICRO_VERSION < 2) > >> GtkWidget *button; > >>

Re: [pio-develop] New "translation update" for pioneers

2010-10-26 Thread Bas Wijnen
Op 26-10-10 23:29, Roland Clobus schreef: +#if (GTK_MAJOR_VERSION <= 2 && GTK_MINOR_VERSION <= 18 && GTK_MICRO_VERSION < 2) GtkWidget *button; +#endif >>> That check seems broken, it will consider, say, 2.12.12 as fixed. ... >> Roland, I think it's best if I make

Re: [pio-develop] New "translation update" for pioneers

2010-10-26 Thread Roland Clobus
On Tue, 2010-10-26 at 20:41 +0200, Bas Wijnen wrote: > Op 26-10-10 20:14, Julien Cristau schreef: > > On Sat, Oct 23, 2010 at 20:00:35 +0200, Bas Wijnen wrote: > > > >> +#if (GTK_MAJOR_VERSION <= 2 && GTK_MINOR_VERSION <= 18 && > >> GTK_MICRO_VERSION < 2) > >> GtkWidget *button; > >> +#end

Re: New "translation update" for pioneers

2010-10-26 Thread Bas Wijnen
Op 26-10-10 20:14, Julien Cristau schreef: > On Sat, Oct 23, 2010 at 20:00:35 +0200, Bas Wijnen wrote: > >> +#if (GTK_MAJOR_VERSION <= 2 && GTK_MINOR_VERSION <= 18 && >> GTK_MICRO_VERSION < 2) >> GtkWidget *button; >> +#endif >> > That check seems broken, it will consider, say, 2.12.12 as

Re: New "translation update" for pioneers

2010-10-26 Thread Julien Cristau
On Sat, Oct 23, 2010 at 20:00:35 +0200, Bas Wijnen wrote: > +#if (GTK_MAJOR_VERSION <= 2 && GTK_MINOR_VERSION <= 18 && > GTK_MICRO_VERSION < 2) > GtkWidget *button; > +#endif > That check seems broken, it will consider, say, 2.12.12 as fixed. It's also a build time check instead of a run

New "translation update" for pioneers

2010-10-23 Thread Bas Wijnen
Hi, The Pioneers upstream have released 0.12.3.1 (0.12.3-1 is in squeeze now). They call it a "translation update", which is the major part of it. However, it also contains a few code changes to make it use gtk+ 2.20. I listed the changes below. The upstream changelog entry is: +2010-09-26 Roland