Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 220915 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (+17 lines)
Line 307 Link Here
307
    elif [ -e $HOME/.config/rox.sourceforge.net ]; then DE=rox;
Line 361 Link Here
362
open_rox()
363
{
364
    rox "$1"
365
366
    if [ $? -eq 0 ]; then
367
        exit_success
368
    else
369
        exit_failure_operation_failed
370
    fi
371
}
372
373
Line 429 Link Here
442
    rox)
443
    open_rox "$url"
444
    ;;
445

Return to bug 220915