Actually remove old items from the trash again
This commit is contained in:
parent
ca411ee2b3
commit
1bc9238f87
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ midori_web_list_add_item_cb (KatzeArray* trash,
|
||||||
if (n > 10)
|
if (n > 10)
|
||||||
{
|
{
|
||||||
obsolete_item = katze_array_get_nth_item (trash, 0);
|
obsolete_item = katze_array_get_nth_item (trash, 0);
|
||||||
g_object_unref (obsolete_item);
|
katze_array_remove_item (trash, obsolete_item);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue