summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorKarl Cheng <qantas94heavy@gmail.com>2019-05-11 10:45:22 +0000
committerKarl Cheng <qantas94heavy@gmail.com>2019-06-16 09:43:07 +0000
commit4f745cb4474ad8ec8abc7d357bb08c42fdec4ddf (patch)
tree501c7d5ffa807510784a6c47aa5d3f8cea99e9fa /src/widgets
parentReplace deprecated Gtk::Label numeric align values (diff)
downloadinkscape-4f745cb4474ad8ec8abc7d357bb08c42fdec4ddf.tar.gz
inkscape-4f745cb4474ad8ec8abc7d357bb08c42fdec4ddf.zip
Remove deprecated gtk_adjustment_changed() call
As of GTK 3.18 this has been deprecated, it is no longer required. Also remove gtkmm equivalent Gtk::Adjustment::changed().
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/gradient-vector.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/widgets/gradient-vector.cpp b/src/widgets/gradient-vector.cpp
index 677936ba5..cc5fe0185 100644
--- a/src/widgets/gradient-vector.cpp
+++ b/src/widgets/gradient-vector.cpp
@@ -641,8 +641,6 @@ static void sp_grad_edit_combo_box_changed (GtkComboBox * /*widget*/, GtkWidget
gtk_adjustment_set_value(adj, stop->offset);
- gtk_adjustment_changed(adj);
-
blocked = FALSE;
}