]> spindle.queued.net Git - midori/commitdiff
Propagate the bookmarks to the callback, fixes editing bookmarks
authorChristian Dywan <christian@twotoasts.de>
Fri, 20 Feb 2009 21:38:18 +0000 (22:38 +0100)
committerChristian Dywan <christian@twotoasts.de>
Fri, 20 Feb 2009 21:38:18 +0000 (22:38 +0100)
midori/main.c

index 8c7d81f5d4baa108f27ebc9aa14b7132090787e6..19310ac08d1ed9aa2646b7bfc92d99f4b725c608 100644 (file)
@@ -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