summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/selected-style.cpp
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2011-06-25 23:29:40 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2011-06-25 23:29:40 +0000
commit59e1bb938278f59e0e2dbc2d179230b5f73467b6 (patch)
tree59d81ff64e06c5ea213d9fe5b5048ed874b047fb /src/ui/widget/selected-style.cpp
parentGtk cleanup: GTK_WIDGET_IS_SENSITIVE (diff)
downloadinkscape-59e1bb938278f59e0e2dbc2d179230b5f73467b6.tar.gz
inkscape-59e1bb938278f59e0e2dbc2d179230b5f73467b6.zip
Gtk cleanup: gtk_object_set_data
(bzr r10350.1.5)
Diffstat (limited to 'src/ui/widget/selected-style.cpp')
-rw-r--r--src/ui/widget/selected-style.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/selected-style.cpp b/src/ui/widget/selected-style.cpp
index ae8cd564e..0aa65b1a9 100644
--- a/src/ui/widget/selected-style.cpp
+++ b/src/ui/widget/selected-style.cpp
@@ -412,7 +412,7 @@ void
SelectedStyle::setDesktop(SPDesktop *desktop)
{
_desktop = desktop;
- gtk_object_set_data (GTK_OBJECT(_opacity_sb.gobj()), "dtw", _desktop->canvas);
+ g_object_set_data (G_OBJECT(_opacity_sb.gobj()), "dtw", _desktop->canvas);
Inkscape::Selection *selection = sp_desktop_selection (desktop);