Code review comment for lp:~elementary-dev-community/switchboard-plug-pantheon-shell/bug-1182413

Revision history for this message
David Gomes (davidgomes) wrote :

Diff line 41 should be:
    plug.switchboard_controller.progress_bar_set_text (_("Importing wallpapers from %s.").printf (basefolder));

Diff lines 58-60 should be:

    if (info.get_file_type () == FileType.DIRECTORY) {
        load_wallpapers (basefolder + "/" + info.get_name ());
    } else if (!IOHelper.is_valid_file_type (info)) {

review: Needs Fixing

« Back to merge proposal