1
0
mirror of https://github.com/irssi/irssi.git synced 2024-12-04 14:46:39 -05:00

Merge pull request #1424 from ailin-nemui/lastlog

fix lastlog -window

(cherry picked from commit 6e3745f423)
This commit is contained in:
ailin-nemui 2022-11-26 15:09:50 +01:00 committed by Ailin Nemui
parent f32701b906
commit 1426ae87b1

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