GtkWidget* treeview;
MidoriApp* app;
KatzeArray* array;
- KatzeNet* net;
};
struct _MidoriBookmarksClass
GtkCellRenderer* renderer_pixbuf;
GtkCellRenderer* renderer_text;
- bookmarks->net = katze_net_new ();
-
/* Create the treeview */
model = midori_bookmark_store_new (1, KATZE_TYPE_ITEM);
treeview = gtk_tree_view_new_with_model (GTK_TREE_MODEL (model));
midori_bookmarks_disconnect_folder (bookmarks, bookmarks->array);
if (bookmarks->app)
g_object_unref (bookmarks->app);
- g_object_unref (bookmarks->net);
}
/**