From 417886607ad74808410a6cdebdaa1b13af295c6e Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Fri, 28 Oct 2011 20:34:55 +0200 Subject: fix initialization. add todo comment about gui-hidden not being used. (bzr r10698) --- src/extension/param/notebook.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/extension/param/notebook.cpp') diff --git a/src/extension/param/notebook.cpp b/src/extension/param/notebook.cpp index e1ab1de6d..637208b04 100644 --- a/src/extension/param/notebook.cpp +++ b/src/extension/param/notebook.cpp @@ -62,7 +62,8 @@ public: ParamNotebookPage::ParamNotebookPage (const gchar * name, const gchar * guitext, const gchar * desc, const Parameter::_scope_t scope, bool gui_hidden, const gchar * gui_tip, Inkscape::Extension::Extension * ext, Inkscape::XML::Node * xml) : - Parameter(name, guitext, desc, scope, gui_hidden, gui_tip, ext) + Parameter(name, guitext, desc, scope, gui_hidden, gui_tip, ext), + _tooltips(NULL) { parameters = NULL; @@ -119,6 +120,7 @@ ParamNotebookPage::paramString (std::list &list) in the XML file describing the extension (it's private so people have to use the system) :) \param in_repr The XML describing the page + \todo the 'gui-hidden' attribute is read but not used! This function first grabs all of the data out of the Repr and puts it into local variables. Actually, these are just pointers, and the -- cgit v1.2.3