Re: preferences->preview->thumbnail size
- From: Alexander Larsson <alexl redhat com>
- To: Richard Hughes <hughsient gmail com>
- Cc: nautilus-list <nautilus-list gnome org>
- Subject: Re: preferences->preview->thumbnail size
- Date: Tue, 09 Dec 2008 12:04:28 +0100
On Tue, 2008-12-09 at 10:11 +0000, Richard Hughes wrote:
> On Tue, 2008-12-09 at 09:46 +0100, Alexander Larsson wrote:
> > > Index: libnautilus-private/nautilus-global-preferences.c
> > > ===================================================================
> > > --- libnautilus-private/nautilus-global-preferences.c (revision
> > 14791)
> > > +++ libnautilus-private/nautilus-global-preferences.c (working copy)
> > > @@ -95,7 +95,8 @@
> > > { "5242880", N_("5 MB"), 5242880 },
> > > { "10485760", N_("10 MB"), 10485760 },
> > > { "104857600", N_("100 MB"), 104857600 },
> > > - { "1073741824", N_("1 GB"), 1073741824 }
> > > + { "1073741824", N_("1 GB"), 1073741824 },
> > > + { "10737418240", N_("10 GB"), 10737418240 }
> > > };
> >
> > Commited.
>
> cc1: warnings being treated as errors
> nautilus-global-preferences.c:99: error: integer constant is too large for ‘long’ type
> nautilus-global-preferences.c:99: error: overflow in implicit constant conversion
>
> This is on 32 bit.
Ugh. Looks tricky to fix as it uses uint. I'll change it to 2 GB and 4GB
instead.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]