aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets/ephy-node-view.h
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2004-07-23 18:49:39 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2004-07-23 18:49:39 +0800
commit4d4808cdc6c565dbdefea90b567b3efe9718c5c4 (patch)
tree87bdcc8665a631b27354b6a18b0428114b38de12 /lib/widgets/ephy-node-view.h
parent456d9144bd889aa71e277fc9e7b06f3d654931cf (diff)
downloadgsoc2013-epiphany-4d4808cdc6c565dbdefea90b567b3efe9718c5c4.tar.gz
gsoc2013-epiphany-4d4808cdc6c565dbdefea90b567b3efe9718c5c4.tar.zst
gsoc2013-epiphany-4d4808cdc6c565dbdefea90b567b3efe9718c5c4.zip
Do not remove the topic when rename is cancelled.
2004-07-23 Marco Pesenti Gritti <marco@gnome.org> * lib/widgets/ephy-node-view.c: (cell_renderer_edited), (renderer_editing_canceled_cb), (ephy_node_view_init), (ephy_node_view_edit): * lib/widgets/ephy-node-view.h: * src/bookmarks/ephy-bookmarks-editor.c: (cmd_add_topic), (cmd_rename): * src/bookmarks/ephy-topics-selector.c: (ephy_topics_selector_new_topic): Do not remove the topic when rename is cancelled.
Diffstat (limited to 'lib/widgets/ephy-node-view.h')
-rw-r--r--lib/widgets/ephy-node-view.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/widgets/ephy-node-view.h b/lib/widgets/ephy-node-view.h
index 91886dc67..0779e9d5c 100644
--- a/lib/widgets/ephy-node-view.h
+++ b/lib/widgets/ephy-node-view.h
@@ -123,7 +123,8 @@ void ephy_node_view_enable_drag_dest (EphyNodeView *view,
GtkTargetEntry *types,
int n_types);
-void ephy_node_view_edit (EphyNodeView *view);
+void ephy_node_view_edit (EphyNodeView *view,
+ gboolean remove_if_cancelled);
gboolean ephy_node_view_is_target (EphyNodeView *view);