Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 150404
Collapse All | Expand All

(-)mozilla-launcher.orig (+2 lines)
Lines 96-101 Link Here
96
96
97
  # Handle multiple URLs by looping over the xremote call
97
  # Handle multiple URLs by looping over the xremote call
98
  for u in "${urls[@]}"; do
98
  for u in "${urls[@]}"; do
99
    # escape ',' characters in u
100
    u="${u//,/%2c}"
99
    if [[ $u == mailto:* ]]; then
101
    if [[ $u == mailto:* ]]; then
100
      try_running "mailto(${u#mailto:})" || retval=$?
102
      try_running "mailto(${u#mailto:})" || retval=$?
101
    else
103
    else

Return to bug 150404