aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 7216fdadb4c..338fd65613f 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -8985,7 +8985,7 @@ x_create_toolkit_scroll_bar (f, bar)
8985 8985
8986#endif /* !USE_MOTIF */ 8986#endif /* !USE_MOTIF */
8987 8987
8988 /* Install an action hook that let's us detect when the user 8988 /* Install an action hook that lets us detect when the user
8989 finishes interacting with a scroll bar. */ 8989 finishes interacting with a scroll bar. */
8990 if (action_hook_id == 0) 8990 if (action_hook_id == 0)
8991 action_hook_id = XtAppAddActionHook (Xt_app_con, xt_action_hook, 0); 8991 action_hook_id = XtAppAddActionHook (Xt_app_con, xt_action_hook, 0);