From 1426ae87b1be4f9e4ca490ddb202cbd759b92aa3 Mon Sep 17 00:00:00 2001 From: ailin-nemui Date: Sat, 26 Nov 2022 15:09:50 +0100 Subject: [PATCH] Merge pull request #1424 from ailin-nemui/lastlog fix lastlog -window (cherry picked from commit 6e3745f42386f5d4147803e4af50b163fef3e901) --- 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");