Re: critical warnings; turn them off now?



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]