Propagate the bookmarks to the callback, fixes editing bookmarks
This commit is contained in:
parent
fb031a22a4
commit
1c7a84ec9f
1 changed files with 1 additions and 1 deletions
|
@ -1188,7 +1188,7 @@ midori_bookmarks_add_item_cb (KatzeArray* folder,
|
|||
}
|
||||
|
||||
g_signal_connect_after (item, "notify",
|
||||
G_CALLBACK (midori_bookmarks_notify_item_cb), NULL);
|
||||
G_CALLBACK (midori_bookmarks_notify_item_cb), bookmarks);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue