1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

Merge pull request #1424 from ailin-nemui/lastlog

fix lastlog -window
This commit is contained in:
ailin-nemui 2022-11-26 15:09:50 +01:00 committed by GitHub
commit 6e3745f423
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,6 +118,7 @@ static void show_lastlog(const char *searchtext, GHashTable *optlist,
return; return;
} }
} }
view = WINDOW_GUI(window)->view;
if (g_hash_table_lookup(optlist, "new") != NULL) if (g_hash_table_lookup(optlist, "new") != NULL)
startline = textbuffer_view_get_bookmark(view, "lastlog_last_check"); startline = textbuffer_view_get_bookmark(view, "lastlog_last_check");