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
_______________________________________________
desktop-devel-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/desktop-devel-list