Re: critical warnings; turn them off now?
- From: Marco Barisione <barisione gmail com>
- To: desktop-devel-list gnome org
- Subject: Re: critical warnings; turn them off now?
- Date: Tue, 07 Mar 2006 17:15:31 +0100
Davyd Madeley wrote:
I understand that it will automatically turn itself off in stable
tarballs. Someone else could confirm this fact for me.
Yes, from gnome-session/main.c:
versions = g_strsplit (VERSION, ".", 3);
if (versions && versions [0] && versions [1])
{
int major;
major = atoi (versions [1]);
if ((major % 2) != 0 && is_later_than_date_of_doom ())
--
Marco Barisione
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]