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;
> >>
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
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
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
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
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
6 matches
Mail list logo