From 7d20ea92aee9801b7ccbdb0ce7b78256c4fae05e Mon Sep 17 00:00:00 2001 From: Ailin Nemui Date: Sun, 13 Nov 2022 11:35:41 +0100 Subject: [PATCH] fix lastlog -window --- src/fe-text/lastlog.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fe-text/lastlog.c b/src/fe-text/lastlog.c index b93b8361..89ee30a9 100644 --- a/src/fe-text/lastlog.c +++ b/src/fe-text/lastlog.c @@ -118,6 +118,7 @@ static void show_lastlog(const char *searchtext, GHashTable *optlist, return; } } + view = WINDOW_GUI(window)->view; if (g_hash_table_lookup(optlist, "new") != NULL) startline = textbuffer_view_get_bookmark(view, "lastlog_last_check");