summaryrefslogtreecommitdiffstats
path: root/src/widgets/paint-selector.cpp
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2011-06-23 23:42:49 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2011-06-23 23:42:49 +0000
commit733058824bd71501585c17c5aa8578410f6eca65 (patch)
tree863cd4a94b06a1ba6e5571d125921f5b84a7411b /src/widgets/paint-selector.cpp
parentTranslations. Greek translation update by Dimitris Spingos. (diff)
parentReplace deprecated gtk_radio_button_group symbol (diff)
downloadinkscape-733058824bd71501585c17c5aa8578410f6eca65.tar.gz
inkscape-733058824bd71501585c17c5aa8578410f6eca65.zip
GTK cleaning
(bzr r10351)
Diffstat (limited to 'src/widgets/paint-selector.cpp')
-rw-r--r--src/widgets/paint-selector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/paint-selector.cpp b/src/widgets/paint-selector.cpp
index 642837e61..f9ec4208f 100644
--- a/src/widgets/paint-selector.cpp
+++ b/src/widgets/paint-selector.cpp
@@ -257,7 +257,7 @@ sp_paint_selector_init(SPPaintSelector *psel)
gtk_box_pack_start(GTK_BOX(psel->fillrulebox), psel->evenodd, FALSE, FALSE, 0);
g_signal_connect(G_OBJECT(psel->evenodd), "toggled", G_CALLBACK(sp_paint_selector_fillrule_toggled), psel);
- psel->nonzero = gtk_radio_button_new(gtk_radio_button_group(GTK_RADIO_BUTTON(psel->evenodd)));
+ psel->nonzero = gtk_radio_button_new(gtk_radio_button_get_group(GTK_RADIO_BUTTON(psel->evenodd)));
gtk_button_set_relief(GTK_BUTTON(psel->nonzero), GTK_RELIEF_NONE);
gtk_toggle_button_set_mode(GTK_TOGGLE_BUTTON(psel->nonzero), FALSE);
// TRANSLATORS: for info, see http://www.w3.org/TR/2000/CR-SVG-20000802/painting.html#FillRuleProperty