summaryrefslogtreecommitdiff
path: root/render/textplain.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/textplain.c')
-rw-r--r--render/textplain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/textplain.c b/render/textplain.c
index f498869de..8a1bdc88a 100644
--- a/render/textplain.c
+++ b/render/textplain.c
@@ -661,7 +661,7 @@ void textplain_mouse_action(struct content *c, struct browser_window *bw,
if (status != NULL)
browser_window_set_status(bw, status);
- browser_window_set_pointer(bw->window, pointer);
+ browser_window_set_pointer(bw, pointer);
}