1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-21 03:14:16 -04:00

fix lastlog -window

This commit is contained in:
Ailin Nemui 2022-11-13 11:35:41 +01:00
parent 684094aa85
commit 7d20ea92ae

View File

@ -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");