Add an LdCategory * argument to new() functions.

This commit is contained in:
2012-09-09 15:42:52 +02:00
parent ec4f78c008
commit 15d8c257d1
5 changed files with 19 additions and 13 deletions

View File

@@ -262,7 +262,7 @@ ld_window_main_init (LdWindowMain *self)
priv->toolbar = gtk_ui_manager_get_widget (priv->ui_manager, "/Toolbar");
/* Create the remaining widgets. */
priv->library_view = ld_category_view_new ();
priv->library_view = ld_category_view_new (NULL);
priv->view = LD_DIAGRAM_VIEW (ld_diagram_view_new ());
priv->scrolled_window = gtk_scrolled_window_new (NULL, NULL);