Comment 31 for bug 836707

Revision history for this message
vcap (vcappe) wrote :

> How do you plan to integrate midori_bookmarks_convert_table()?

It will be called from midori_bookmarks_initialize(). See attached patch.

I also added a function to identify the format of the table; that way midori_bookmarks_initialize is much more straigthforward (it is then just a switch on the table format).

(note: they all are in midori/midori-bookmarks.c because i moved the midori_bookmarks* functions that used to be in main.c there, see bug 983821).