aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks/ephy-tree-model-node.c
diff options
context:
space:
mode:
authorVincent Untz <vincent@vuntz.net>2003-04-15 19:47:31 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-04-15 19:47:31 +0800
commit45fdc41e1bf87f59021c8415e240d121043d8a0f (patch)
tree3756356bbdba3aba47b742ebdfe8f15fa8e274b9 /src/bookmarks/ephy-tree-model-node.c
parentff1c282fd26c20c432c20350cbba084aeffd4720 (diff)
downloadgsoc2013-epiphany-45fdc41e1bf87f59021c8415e240d121043d8a0f.tar
gsoc2013-epiphany-45fdc41e1bf87f59021c8415e240d121043d8a0f.tar.gz
gsoc2013-epiphany-45fdc41e1bf87f59021c8415e240d121043d8a0f.tar.bz2
gsoc2013-epiphany-45fdc41e1bf87f59021c8415e240d121043d8a0f.tar.lz
gsoc2013-epiphany-45fdc41e1bf87f59021c8415e240d121043d8a0f.tar.xz
gsoc2013-epiphany-45fdc41e1bf87f59021c8415e240d121043d8a0f.tar.zst
gsoc2013-epiphany-45fdc41e1bf87f59021c8415e240d121043d8a0f.zip
Declare all the variables before the first instruction. Fixes a
2003-04-13 Vincent Untz <vincent@vuntz.net> * src/prefs-dialog.c: (prefs_dialog_show_help): Declare all the variables before the first instruction. Fixes a compilation problem under gcc 2.95.
Diffstat (limited to 'src/bookmarks/ephy-tree-model-node.c')
-rw-r--r--src/bookmarks/ephy-tree-model-node.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bookmarks/ephy-tree-model-node.c b/src/bookmarks/ephy-tree-model-node.c
index 2cde33400..bca22c379 100644
--- a/src/bookmarks/ephy-tree-model-node.c
+++ b/src/bookmarks/ephy-tree-model-node.c
@@ -701,6 +701,8 @@ ephy_tree_model_node_update_node (EphyTreeModelNode *model,
path = get_path_real (model, node);
}
+ LOG ("Updating row")
+
gtk_tree_model_row_changed (GTK_TREE_MODEL (model), path, &iter);
gtk_tree_path_free (path);
}