summaryrefslogtreecommitdiffstats
path: root/src/extension/param/notebook.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2011-10-28 18:34:55 +0000
committerJohan Engelen <goejendaagh@zonnet.nl>2011-10-28 18:34:55 +0000
commit417886607ad74808410a6cdebdaa1b13af295c6e (patch)
treef029bebbc46656b39b4120561ad55e87d544b1f8 /src/extension/param/notebook.cpp
parentFixing more broken and split doc comments. (diff)
downloadinkscape-417886607ad74808410a6cdebdaa1b13af295c6e.tar.gz
inkscape-417886607ad74808410a6cdebdaa1b13af295c6e.zip
fix initialization. add todo comment about gui-hidden not being used.
(bzr r10698)
Diffstat (limited to 'src/extension/param/notebook.cpp')
-rw-r--r--src/extension/param/notebook.cpp4
1 files changed, 3 insertions, 1 deletions
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 <std::string> &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