summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgue5t <gue5t@midori.launchpad>2014-04-07 19:54:41 -0500
committergue5t <gue5t@midori.launchpad>2014-04-07 19:54:41 -0500
commit3141c50a0351316df3030339eea8f9c92e99325c (patch)
treee02d363ef8ce089328c082d22796059acccf0179
parentc1e94677012eeb266ba1eb3b4e72f9c5d1e69f7b (diff)
downloadmidori-3141c50a0351316df3030339eea8f9c92e99325c.tar.gz
Use folder's id instead of folder's parent when opening all its bookmarks in bookmarks panel
-rw-r--r--panels/midori-bookmarks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/panels/midori-bookmarks.c b/panels/midori-bookmarks.c
index 91e27e5d..508f7d40 100644
--- a/panels/midori-bookmarks.c
+++ b/panels/midori-bookmarks.c
@@ -1021,7 +1021,7 @@ midori_bookmarks_open_in_tab_activate_cb (GtkWidget* menuitem,
KatzeArray* array;
array = midori_bookmarks_read_from_db (bookmarks,
- katze_item_get_meta_integer (item, "parentid"), NULL);
+ katze_item_get_meta_integer (item, "id"), NULL);
g_return_if_fail (KATZE_IS_ARRAY (array));
KATZE_ARRAY_FOREACH_ITEM (child, array)