aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets
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 /lib/widgets
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 'lib/widgets')
-rw-r--r--lib/widgets/ephy-node-view.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/widgets/ephy-node-view.c b/lib/widgets/ephy-node-view.c
index 6072ba0c2..b7080b738 100644
--- a/lib/widgets/ephy-node-view.c
+++ b/lib/widgets/ephy-node-view.c
@@ -968,7 +968,8 @@ ephy_node_view_select_node (EphyNodeView *view,
gtk_tree_model_sort_convert_child_iter_to_iter (GTK_TREE_MODEL_SORT (view->priv->sortmodel),
&iter, &iter2);
- gtk_tree_selection_select_iter (gtk_tree_view_get_selection (view), &iter);
+ gtk_tree_selection_select_iter (gtk_tree_view_get_selection (GTK_TREE_VIEW (view)),
+ &iter);
}
void