summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-02-01 18:52:09 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-02-01 18:52:09 +0000
commit3a7fcb54d52ca7eb63b7fe1a33dd26e4e0a83576 (patch)
tree31e3036ee222c4ea1294c2af78ccf3b5528d103d
parent91708cf600f8d9134cd9658a368cdbc09225c2d9 (diff)
downloadgdk-pixbuf-3a7fcb54d52ca7eb63b7fe1a33dd26e4e0a83576.tar.gz
Remove debug printf. (#165877, Carlos Garnacho Parro)
2005-02-01 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): Remove debug printf. (#165877, Carlos Garnacho Parro)
-rw-r--r--ChangeLog3
-rw-r--r--ChangeLog.pre-2-103
-rw-r--r--ChangeLog.pre-2-83
-rw-r--r--gtk/gtktreeview.c1
4 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d3940e9e6..492b159a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2005-02-01 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed):
+ Remove debug printf. (#165877, Carlos Garnacho Parro)
+
* */*.c: Fix many instances of "the the" in docs and
comments. (#165815, Masao Mutoh)
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index d3940e9e6..492b159a9 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,5 +1,8 @@
2005-02-01 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed):
+ Remove debug printf. (#165877, Carlos Garnacho Parro)
+
* */*.c: Fix many instances of "the the" in docs and
comments. (#165815, Masao Mutoh)
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index d3940e9e6..492b159a9 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,5 +1,8 @@
2005-02-01 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed):
+ Remove debug printf. (#165877, Carlos Garnacho Parro)
+
* */*.c: Fix many instances of "the the" in docs and
comments. (#165815, Masao Mutoh)
diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c
index 6afdc4f9f..66fbf7b26 100644
--- a/gtk/gtktreeview.c
+++ b/gtk/gtktreeview.c
@@ -9175,7 +9175,6 @@ gtk_tree_view_adjustment_changed (GtkAdjustment *adjustment,
}
}
}
- g_print ("scroll win %d\n", dy);
gdk_window_scroll (tree_view->priv->bin_window, 0, dy);
/* update our dy and top_row */