[epiphany/overview] ephy-frecent-store: update the title when the url changes



commit d5af90de2624c659abc0f9e79397b30686fa09ee
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Fri Aug 10 20:52:19 2012 +0300

    ephy-frecent-store: update the title when the url changes

 src/ephy-frecent-store.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/ephy-frecent-store.c b/src/ephy-frecent-store.c
index 14e26f4..42c4431 100644
--- a/src/ephy-frecent-store.c
+++ b/src/ephy-frecent-store.c
@@ -59,6 +59,7 @@ on_find_urls_cb (EphyHistoryService *service,
                           -1);
       if (g_strcmp0 (old_url, url->url) != 0) {
         gtk_list_store_set (GTK_LIST_STORE (store), &treeiter,
+                            EPHY_OVERVIEW_STORE_TITLE, url->title,
                             EPHY_OVERVIEW_STORE_SNAPSHOT, NULL, -1);
         ephy_overview_store_peek_snapshot (EPHY_OVERVIEW_STORE (store),
                                            NULL,



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