From e6735ae4a156637172659fcfb341f6123b936378 Mon Sep 17 00:00:00 2001 From: johanengelen Date: Sat, 25 Nov 2006 22:16:25 +0000 Subject: [PATCH] rename INX name for radiobuttons: => + + - string1 - string2 - test3! + + + all diff --git a/src/extension/paramradiobutton.cpp b/src/extension/paramradiobutton.cpp index 80ec50521..b1eef0e5d 100644 --- a/src/extension/paramradiobutton.cpp +++ b/src/extension/paramradiobutton.cpp @@ -54,7 +54,7 @@ ParamRadioButton::ParamRadioButton (const gchar * name, const gchar * guitext, c Inkscape::XML::Node *child_repr = sp_repr_children(xml); while (child_repr != NULL) { char const * chname = child_repr->name(); - if (!strcmp(chname, "item")) { + if (!strcmp(chname, "option")) { Glib::ustring * newitem = NULL; const char * contents = sp_repr_children(child_repr)->content(); if (contents != NULL) @@ -178,7 +178,6 @@ ParamRadioButtonWdg::changed (void) { if (this->get_active()) { Glib::ustring data = this->get_label(); - g_message(data.c_str()); _pref->set(data.c_str(), _doc, _node); } } -- 2.30.2