X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fwindow.c;h=224db4808cf789c5b4f72b9f4e35c8bb2db982b0;hb=b80c7c9358f022e5e99f7fcd0ccb048b0ce7b7d3;hp=826eacd288a146ddeb06a51a2957331af9802d60;hpb=268cb7d6d08efc2fcbe52aa7b1e0d27ec19b6dc0;p=rodin%2Fchimara.git 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;