Don't re-add toplevel items in recursive item query
This commit is contained in:
parent
11aa4f437a
commit
7940a02ae8
1 changed files with 0 additions and 2 deletions
|
@ -1125,8 +1125,6 @@ midori_array_query_recursive (KatzeArray* bookmarks,
|
||||||
katze_item_set_name (KATZE_ITEM (subarray), item->name);
|
katze_item_set_name (KATZE_ITEM (subarray), item->name);
|
||||||
katze_array_add_item (array, subarray);
|
katze_array_add_item (array, subarray);
|
||||||
}
|
}
|
||||||
else
|
|
||||||
katze_array_add_item (array, item);
|
|
||||||
}
|
}
|
||||||
g_list_free (list);
|
g_list_free (list);
|
||||||
return array;
|
return array;
|
||||||
|
|
Loading…
Reference in a new issue