aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/bookmarks/ephy-bookmarks-editor.c4
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7239004f6..da135f5cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2003-04-05 Marco Pesenti Gritti <marco@it.gnome.org>
+ * src/bookmarks/ephy-bookmarks-editor.c: (view_focus_cb):
+
+ The callback return a boolean !
+
+2003-04-05 Marco Pesenti Gritti <marco@it.gnome.org>
+
* src/bookmarks/ephy-bookmarks-editor.c:
(ephy_bookmarks_editor_update_menu),
(ephy_bookmarks_editor_node_selected_cb), (view_focus_cb),
diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c
index 1bdb82399..40027ed1c 100644
--- a/src/bookmarks/ephy-bookmarks-editor.c
+++ b/src/bookmarks/ephy-bookmarks-editor.c
@@ -559,12 +559,14 @@ ephy_bookmarks_editor_node_selected_cb (EphyNodeView *view,
ephy_bookmarks_editor_update_menu (editor, view);
}
-static void
+static gboolean
view_focus_cb (EphyNodeView *view,
GdkEventFocus *event,
EphyBookmarksEditor *editor)
{
ephy_bookmarks_editor_update_menu (editor, view);
+
+ return FALSE;
}
static void