diff --git a/sys/src/cmd/mothra/mothra.c b/sys/src/cmd/mothra/mothra.c index ed613ad82..8eab20806 100644 --- a/sys/src/cmd/mothra/mothra.c +++ b/sys/src/cmd/mothra/mothra.c @@ -776,7 +776,7 @@ void search(void){ void hiturl(int buttons, char *url, int map){ switch(buttons){ case 1: geturl(url, -1, 0, map); break; - case 2: selurl(url); break; + case 2: urlresolve(selurl(url)); break; case 4: message("Button 3 hit on url can't happen!"); break; } }