mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
fix lastlog -window
This commit is contained in:
parent
684094aa85
commit
7d20ea92ae
@ -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");
|
||||||
|
Loading…
Reference in New Issue
Block a user