summaryrefslogtreecommitdiff
path: root/src/scrollbar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/scrollbar.c')
-rw-r--r--src/scrollbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scrollbar.c b/src/scrollbar.c
index 0e1ea63..d25b390 100644
--- a/src/scrollbar.c
+++ b/src/scrollbar.c
@@ -923,7 +923,7 @@ scrollbar_drawing_init(void)
#ifdef XTERM_SCROLLBAR
gcvalue.stipple = XCreateBitmapFromData(Xdisplay, scrollbar.win, (char *) xterm_sb_bits, 12, 2);
if (!gcvalue.stipple) {
- print_error("Unable to create xterm scrollbar bitmap.\n\n");
+ libast_print_error("Unable to create xterm scrollbar bitmap.\n\n");
if (scrollbar_get_type() == SCROLLBAR_XTERM) {
scrollbar_set_type(SCROLLBAR_MOTIF);
}