diff options
author | Xan Lopez <xan@igalia.com> | 2012-03-06 20:05:18 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-07 04:49:46 +0800 |
commit | 6642280f75ddc3a60a93f1618ce00abb4d0a74a7 (patch) | |
tree | 5593a6898a0a96e303810003ad746272df840e24 | |
parent | ec9466a67a56a55ab344273e6e993a33c139262c (diff) | |
download | gsoc2013-epiphany-6642280f75ddc3a60a93f1618ce00abb4d0a74a7.tar.gz gsoc2013-epiphany-6642280f75ddc3a60a93f1618ce00abb4d0a74a7.tar.zst gsoc2013-epiphany-6642280f75ddc3a60a93f1618ce00abb4d0a74a7.zip |
ephy-history-service: agh, committed this by mistake
-rw-r--r-- | lib/history/ephy-history-service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/history/ephy-history-service.c b/lib/history/ephy-history-service.c index 13ed3b3ca..590c1c4a0 100644 --- a/lib/history/ephy-history-service.c +++ b/lib/history/ephy-history-service.c @@ -432,7 +432,7 @@ ephy_history_service_execute_add_visit_helper (EphyHistoryService *self, EphyHis { if (visit->url->host == NULL) visit->url->host = ephy_history_service_get_host_row_from_url (self, visit->url->url); - else if (visit->url->host->id == -1 && visit->url->host->zoom_level != 1.0) { + else if (visit->url->host->id == -1) { /* This will happen when we migrate the old history to the new * format. We need to store a zoom level for a not-yet-created * host, so we'll end up here. Ugly, but it works. */ |