aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--src/ephy-history-window.c1
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e193e30bf..6241d1b4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2003-10-06 Marco Pesenti Gritti <marco@gnome.org>
+ * src/ephy-history-window.c: (search_entry_search_cb):
+
+ update priv->select_node, signals are blocked so it would
+ not be updated otherwise
+
+2003-10-06 Marco Pesenti Gritti <marco@gnome.org>
+
* lib/widgets/ephy-node-view.c: (did_not_drag):
Do not unselect all on single selection mode, to not generate
diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c
index 613218949..596ac01da 100644
--- a/src/ephy-history-window.c
+++ b/src/ephy-history-window.c
@@ -992,6 +992,7 @@ search_entry_search_cb (GtkWidget *entry, char *search_text, EphyHistoryWindow *
G_CALLBACK (site_node_selected_cb),
editor);
all = ephy_history_get_pages (editor->priv->history);
+ editor->priv->selected_site = all;
ephy_node_view_select_node (EPHY_NODE_VIEW (editor->priv->sites_view),
all);
g_signal_handlers_unblock_by_func