409
441
comps = gconf_client_get_list (client, SESSION_COMPONENTS,
410
442
GCONF_VALUE_STRING, NULL);
412
444
for (c = comps; c; c=c->next)
416
452
g_debug ("Removing nautilus from gnome session startup");
421
455
gconf_client_set_list (client, SESSION_COMPONENTS, GCONF_VALUE_STRING,
423
457
for (c = comps; c; c=c->next)