Comment 10 for bug 484559

Revision history for this message
Milan Bouchet-Valat (nalimilan) wrote :

If it's just for reviewing purposes, the only changes I added are in:
> about_me_path = g_find_program_in_path ("gnome-about-me");
> show_passwd = (user != oobs_self_config_get_user (OOBS_SELF_CONFIG
> (GST_USERS_TOOL (tool)->self_config))
> || about_me_path == NULL);
> if (about_me_path)
> g_free (about_me_path);
> }

The if() statement was already in place, I added the about_me_path var.