[epiphany] ephy-history-window: filter hosts with time range as well



commit 51b900da955eeb432471be567367ebcb80537f22
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Thu Mar 8 00:17:39 2012 +0200

    ephy-history-window: filter hosts with time range as well

 src/ephy-history-window.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c
index f8369ba..9b25485 100644
--- a/src/ephy-history-window.c
+++ b/src/ephy-history-window.c
@@ -778,7 +778,7 @@ search_entry_search_cb (GtkWidget *entry, char *search_text, EphyHistoryWindow *
 static void
 time_combo_changed_cb (GtkWidget *combo, EphyHistoryWindow *editor)
 {
-	filter_now (editor, FALSE, TRUE);
+	filter_now (editor, TRUE, TRUE);
 }
 
 static GtkWidget *
@@ -1078,7 +1078,8 @@ filter_now (EphyHistoryWindow *editor,
 
 	if (hosts)
 	{
-		ephy_history_service_get_hosts (editor->priv->history_service,
+		ephy_history_service_find_hosts (editor->priv->history_service,
+						 from, to,
 						(EphyHistoryJobCallback) on_get_hosts_cb, editor);
 	}
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]