diff options
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index 01e3a931ae9..0692abbbb0b 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -15465,7 +15465,7 @@ xt_action_hook (Widget widget, XtPointer client_data, String action_name, | |||
| 15465 | 15465 | ||
| 15466 | if (scroll_bar_p | 15466 | if (scroll_bar_p |
| 15467 | && strcmp (action_name, end_action) == 0 | 15467 | && strcmp (action_name, end_action) == 0 |
| 15468 | && WINDOWP (window_being_scrolled)) | 15468 | && WINDOW_LIVE_P (window_being_scrolled)) |
| 15469 | { | 15469 | { |
| 15470 | struct window *w; | 15470 | struct window *w; |
| 15471 | struct scroll_bar *bar; | 15471 | struct scroll_bar *bar; |