summaryrefslogtreecommitdiff
path: root/riscos/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/gui.c')
-rw-r--r--riscos/gui.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/riscos/gui.c b/riscos/gui.c
index b60f52ab6..2400f992b 100644
--- a/riscos/gui.c
+++ b/riscos/gui.c
@@ -818,8 +818,7 @@ void ro_gui_user_message(wimp_event_no event, wimp_message *message)
ro_uri_message_received(message);
break;
case message_URI_RETURN_RESULT:
- if (event == wimp_USER_MESSAGE_ACKNOWLEDGE)
- ro_uri_bounce(message);
+ ro_uri_bounce(message);
break;
#endif
#ifdef WITH_URL