summaryrefslogtreecommitdiffstats
path: root/src/widgets/sp-color-slider.cpp
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-04-03 01:32:18 +0000
committerJohn Smith <removethis.john.q.public@bigmail.com>2012-04-03 01:32:18 +0000
commit7e8797abd4ff266134f2d60ea59f4cc82f18cf82 (patch)
tree6e75a94000f687b11506176e10488a05f2599dbf /src/widgets/sp-color-slider.cpp
parentFix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ... (diff)
downloadinkscape-7e8797abd4ff266134f2d60ea59f4cc82f18cf82.tar.gz
inkscape-7e8797abd4ff266134f2d60ea59f4cc82f18cf82.zip
Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols and combo_box fixes
(bzr r11140)
Diffstat (limited to 'src/widgets/sp-color-slider.cpp')
-rw-r--r--src/widgets/sp-color-slider.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/sp-color-slider.cpp b/src/widgets/sp-color-slider.cpp
index 047083b43..17a33affe 100644
--- a/src/widgets/sp-color-slider.cpp
+++ b/src/widgets/sp-color-slider.cpp
@@ -347,7 +347,7 @@ void sp_color_slider_set_adjustment(SPColorSlider *slider, GtkAdjustment *adjust
}
slider->adjustment = adjustment;
- gtk_object_ref (GTK_OBJECT (adjustment));
+ g_object_ref (adjustment);
g_object_ref_sink (adjustment);
g_signal_connect (G_OBJECT (adjustment), "changed",