From b2d915c1d54caa3875cbb4cedbe2e5b3f4ee51cd Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Fri, 2 Mar 2012 13:30:39 +0100 Subject: ephy-history-types: use the URL as default title This is what the old history code did. Looks better than an empty string. --- lib/history/ephy-history-types.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/history') diff --git a/lib/history/ephy-history-types.c b/lib/history/ephy-history-types.c index 84e83e72e..0afd1908e 100644 --- a/lib/history/ephy-history-types.c +++ b/lib/history/ephy-history-types.c @@ -36,7 +36,7 @@ ephy_history_page_visit_new_with_url (EphyHistoryURL *url, gint64 visit_time, Ep EphyHistoryPageVisit * ephy_history_page_visit_new (const char *url, gint64 visit_time, EphyHistoryPageVisitType visit_type) { - return ephy_history_page_visit_new_with_url (ephy_history_url_new (url, "", 0, 0, 0), + return ephy_history_page_visit_new_with_url (ephy_history_url_new (url, url, 0, 0, 0), visit_time, visit_type); } -- cgit v1.2.3