--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -307,0 +307,1 @@ + elif [ -e $HOME/.config/rox.sourceforge.net ]; then DE=rox; @@ -361,0 +362,12 @@ +open_rox() +{ + rox "$1" + + if [ $? -eq 0 ]; then + exit_success + else + exit_failure_operation_failed + fi +} + + @@ -429,0 +442,4 @@ + rox) + open_rox "$url" + ;; +