aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2003-06-12 06:46:35 +0800
committerXan Lopez <xan@src.gnome.org>2003-06-12 06:46:35 +0800
commitd25a4baf3c20a184803537334e656a5c4538211f (patch)
tree53a46af74ea459e0d73f057d23224690e483e25c /ChangeLog
parentf59dbefb87ef01a428d3d950b9508ef9af4e624c (diff)
downloadgsoc2013-epiphany-d25a4baf3c20a184803537334e656a5c4538211f.tar
gsoc2013-epiphany-d25a4baf3c20a184803537334e656a5c4538211f.tar.gz
gsoc2013-epiphany-d25a4baf3c20a184803537334e656a5c4538211f.tar.bz2
gsoc2013-epiphany-d25a4baf3c20a184803537334e656a5c4538211f.tar.lz
gsoc2013-epiphany-d25a4baf3c20a184803537334e656a5c4538211f.tar.xz
gsoc2013-epiphany-d25a4baf3c20a184803537334e656a5c4538211f.tar.zst
gsoc2013-epiphany-d25a4baf3c20a184803537334e656a5c4538211f.zip
Fix warning.
Fix warning.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f194ec38e..d0534a111 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@
* lib/widgets/ephy-node-view.c: (ephy_node_view_select_node):
+ Fix warning.
+
+2003-06-12 Xan Lopez <xan@masilla.org>
+
+ * lib/widgets/ephy-node-view.c: (ephy_node_view_select_node):
+
Use gtk_tree_selection_select_iter to make selection, fixes #114965.
2003-06-11 Christian Persch <chpe@cvs.gnome.org>