diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-04-19 19:21:52 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-04-19 19:21:52 +0800 |
commit | eb54a302b7a560007abe4b803d04526d91c07553 (patch) | |
tree | 81c085ddfa950e7ee445f3ebddea2f2b262285dd /lib/widgets/ephy-node-view.h | |
parent | 50ff5e50420a75f627344b7d8bad2451e9fb714a (diff) | |
download | gsoc2013-epiphany-eb54a302b7a560007abe4b803d04526d91c07553.tar gsoc2013-epiphany-eb54a302b7a560007abe4b803d04526d91c07553.tar.gz gsoc2013-epiphany-eb54a302b7a560007abe4b803d04526d91c07553.tar.bz2 gsoc2013-epiphany-eb54a302b7a560007abe4b803d04526d91c07553.tar.lz gsoc2013-epiphany-eb54a302b7a560007abe4b803d04526d91c07553.tar.xz gsoc2013-epiphany-eb54a302b7a560007abe4b803d04526d91c07553.tar.zst gsoc2013-epiphany-eb54a302b7a560007abe4b803d04526d91c07553.zip |
Fix bookmarks editing and warnings when openining the dialog.
2003-04-19 Marco Pesenti Gritti <marco@it.gnome.org>
* lib/widgets/ephy-node-view.c: (ephy_node_view_add_column),
(ephy_node_view_remove), (ephy_node_view_edit):
Fix bookmarks editing and warnings when openining the dialog.
* lib/widgets/ephy-node-view.h:
Remove unused api.
Diffstat (limited to 'lib/widgets/ephy-node-view.h')
-rw-r--r-- | lib/widgets/ephy-node-view.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/widgets/ephy-node-view.h b/lib/widgets/ephy-node-view.h index 47a71d463..f19f8cc30 100644 --- a/lib/widgets/ephy-node-view.h +++ b/lib/widgets/ephy-node-view.h @@ -107,9 +107,6 @@ void ephy_node_view_enable_drag_dest (EphyNodeView *view, void ephy_node_view_edit (EphyNodeView *view); -gboolean ephy_node_view_is_editing (EphyNodeView *view, - int property); - gboolean ephy_node_view_is_target (EphyNodeView *view); G_END_DECLS |