From 3c5a4ef68906a73850fa2ffe403cfcd37dc31ff9 Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Sat, 9 Jan 2016 01:05:50 +0100 Subject: GTK3 icon-container: remove spurious call to gtk_adjustment_changed() taken from: https://git.gnome.org/browse/nautilus/commit/?h=gnome-3-0&id=42865d5 --- libcaja-private/caja-icon-container.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libcaja-private/caja-icon-container.c') diff --git a/libcaja-private/caja-icon-container.c b/libcaja-private/caja-icon-container.c index 94a0ac86..8e89ce62 100644 --- a/libcaja-private/caja-icon-container.c +++ b/libcaja-private/caja-icon-container.c @@ -1212,12 +1212,10 @@ caja_icon_container_update_scroll_region (CajaIconContainer *container) if (gtk_adjustment_get_step_increment (hadj) != step_increment) { gtk_adjustment_set_step_increment (hadj, step_increment); - gtk_adjustment_changed (hadj); } if (gtk_adjustment_get_step_increment (vadj) != step_increment) { gtk_adjustment_set_step_increment (vadj, step_increment); - gtk_adjustment_changed (vadj); } /* Now that we have a new scroll region, clamp the * adjustments so we are within the valid scroll area. -- cgit v1.2.1