diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2012-01-08 19:52:24 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2012-01-08 19:52:24 +0000 |
| commit | 2928d298ea6f35093c442625def6b287769f3c8a (patch) | |
| tree | 11b6b2a8ffe4ea53693a5ce0c14d3d3ff57093f1 /src/ui/dialog/object-properties.cpp | |
| parent | another fix after moving files (btool did not fail) (diff) | |
| download | inkscape-2928d298ea6f35093c442625def6b287769f3c8a.tar.gz inkscape-2928d298ea6f35093c442625def6b287769f3c8a.zip | |
warnings fix
(bzr r10865)
Diffstat (limited to 'src/ui/dialog/object-properties.cpp')
| -rw-r--r-- | src/ui/dialog/object-properties.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/object-properties.cpp b/src/ui/dialog/object-properties.cpp index af9794058..a28fbfb40 100644 --- a/src/ui/dialog/object-properties.cpp +++ b/src/ui/dialog/object-properties.cpp @@ -36,6 +36,7 @@ void on_selection_changed(Inkscape::Application */*inkscape*/, Inkscape::Selecti ObjectProperties::ObjectProperties (void) : UI::Widget::Panel ("", "/dialogs/object/", SP_VERB_DIALOG_ITEM), blocked (false), + CurrentItem(NULL), TopTable (3, 4, false), LabelID(_("_ID:"), 1), LabelLabel(_("_Label:"), 1), @@ -47,8 +48,7 @@ ObjectProperties::ObjectProperties (void) : CBLock(_("L_ock"), 1), BSet (_("_Set"), 1), LabelInteractivity(_("_Interactivity"), 1), - attrTable(), - CurrentItem(0) + attrTable() { //initialize labels for the table at the bottom of the dialog int_labels.push_back("onclick"); |
