Begone, bug.

This commit is contained in:
Přemysl Eric Janouch 2013-05-15 13:19:36 +02:00
parent e054f21ad5
commit 776cebe535
1 changed files with 1 additions and 0 deletions

View File

@ -398,6 +398,7 @@ app_scroll_up (guint n)
if ((gint) (n_definitions - g_top_offset
- last_entry->definitions_length) >= LINES - 1)
{
n_definitions -= last_entry->definitions_length;
g_ptr_array_remove_index_fast
(g_entries, g_entries->len - 1);
}