diff options
author | Xan Lopez <xan@igalia.com> | 2012-03-02 20:31:33 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-07 04:49:45 +0800 |
commit | db950819b20f292a36d68dac06c72030bbe17fa3 (patch) | |
tree | 34c65beb4b01d9ac6eab23b76242c7c6afa31c6e | |
parent | b2d915c1d54caa3875cbb4cedbe2e5b3f4ee51cd (diff) | |
download | gsoc2013-epiphany-db950819b20f292a36d68dac06c72030bbe17fa3.tar.gz gsoc2013-epiphany-db950819b20f292a36d68dac06c72030bbe17fa3.tar.zst gsoc2013-epiphany-db950819b20f292a36d68dac06c72030bbe17fa3.zip |
ephy-browse-history: small cleanup
-rw-r--r-- | embed/ephy-browse-history.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-browse-history.c b/embed/ephy-browse-history.c index 5ee25cac4..c6a0669c6 100644 --- a/embed/ephy-browse-history.c +++ b/embed/ephy-browse-history.c @@ -84,7 +84,7 @@ ephy_browse_history_add_page (EphyBrowseHistory *history, url = g_strdup (orig_url); visit = ephy_history_page_visit_new (url, - time(NULL), + time (NULL), EPHY_PAGE_VISIT_TYPED); ephy_history_service_add_visit (history->priv->history_service, visit, NULL, NULL); |