diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-04-23 15:19:09 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-04-23 15:19:09 +0000 |
| commit | 55e1e3451e22a636ba0a87017eef2d5fe2ca05bb (patch) | |
| tree | 007de64a5403a835059338e390fb40771ca45569 /src/ui/widget | |
| parent | Fix remaining Lucid build issues, hopefully (diff) | |
| download | inkscape-55e1e3451e22a636ba0a87017eef2d5fe2ca05bb.tar.gz inkscape-55e1e3451e22a636ba0a87017eef2d5fe2ca05bb.zip | |
Get rid of GtkObject in toolbox
(bzr r11286)
Diffstat (limited to 'src/ui/widget')
| -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 c81385dd7..d26005317 100644 --- a/src/ui/widget/selected-style.cpp +++ b/src/ui/widget/selected-style.cpp @@ -1157,7 +1157,7 @@ void SelectedStyle::on_opacity_changed () { _("Change opacity")); // resume interruptibility sp_desktop_canvas(_desktop)->endForcedFullRedraws(); - spinbutton_defocus(GTK_OBJECT(_opacity_sb.gobj())); + spinbutton_defocus(GTK_WIDGET(_opacity_sb.gobj())); _opacity_blocked = false; } |
