Fix the "library" property in LdCanvas.
This commit is contained in:
parent
820239597e
commit
25a0ea7ce5
|
@ -152,7 +152,7 @@ ld_canvas_class_init (LdCanvasClass *klass)
|
||||||
pspec = g_param_spec_object ("library", "Library",
|
pspec = g_param_spec_object ("library", "Library",
|
||||||
"The library that this canvas retrieves symbols from.",
|
"The library that this canvas retrieves symbols from.",
|
||||||
LD_TYPE_LIBRARY, G_PARAM_READWRITE);
|
LD_TYPE_LIBRARY, G_PARAM_READWRITE);
|
||||||
g_object_class_install_property (object_class, PROP_DIAGRAM, pspec);
|
g_object_class_install_property (object_class, PROP_LIBRARY, pspec);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* LdCanvas::set-scroll-adjustments:
|
* LdCanvas::set-scroll-adjustments:
|
||||||
|
|
Loading…
Reference in New Issue