diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2011-06-25 23:31:09 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2011-06-25 23:31:09 +0000 |
| commit | 26f1407a6260f3ac0bc1546edca89f4012316dde (patch) | |
| tree | d47f2ef534a361f63ba7f52425df9f854145c01a /src/ui/widget/selected-style.cpp | |
| parent | Gtk cleanup: GTK_WIDGET_IS_SENSITIVE (diff) | |
| parent | Gtk cleanup: gtk_object_set_data (diff) | |
| download | inkscape-26f1407a6260f3ac0bc1546edca89f4012316dde.tar.gz inkscape-26f1407a6260f3ac0bc1546edca89f4012316dde.zip | |
Gtk cleanup: gtk_object_set_data
(bzr r10363)
Diffstat (limited to 'src/ui/widget/selected-style.cpp')
| -rw-r--r-- | src/ui/widget/selected-style.cpp | 2 |
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); |
