X-Git-Url: https://git.stderr.nl/gitweb?p=rodin%2Fchimara.git;a=blobdiff_plain;f=libchimara%2Fwindow.c;h=224db4808cf789c5b4f72b9f4e35c8bb2db982b0;hp=826eacd288a146ddeb06a51a2957331af9802d60;hb=b80c7c9358f022e5e99f7fcd0ccb048b0ce7b7d3;hpb=5b51dfd3050c65677e3d13eb7585202c8e1664ef diff --git a/libchimara/window.c b/libchimara/window.c index 826eacd..224db48 100644 --- a/libchimara/window.c +++ b/libchimara/window.c @@ -586,8 +586,7 @@ glk_window_open(winid_t split, glui32 method, glui32 size, glui32 wintype, /* Create the pager position mark; it stands for the last character in the buffer that has been on-screen */ - GtkTextMark *pager_position = gtk_text_buffer_create_mark(textbuffer, "pager_position", &end, TRUE); - gtk_text_mark_set_visible(pager_position, TRUE); + gtk_text_buffer_create_mark(textbuffer, "pager_position", &end, TRUE); } break;