summaryrefslogtreecommitdiff
path: root/scrollarea.c
diff options
context:
space:
mode:
Diffstat (limited to 'scrollarea.c')
-rw-r--r--scrollarea.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/scrollarea.c b/scrollarea.c
index c4a6954..b5a85f6 100644
--- a/scrollarea.c
+++ b/scrollarea.c
@@ -1119,6 +1119,8 @@ foo_scroll_area_set_size_fixed_y (FooScrollArea *scroll_area,
#if 0
g_print ("diff: %d\n", new_y - old_y);
#endif
+
+ g_print ("old: %d new %d (dy %d)\n", old_y, new_y, dy);
scroll_area->priv->vadj->value += dy;