[epiphany/overview] ephy-frecent-store: Use -1 instead of G_MAXINT when appending items to the store



commit 4a8c4ef22758bb0fc80fc64df29d2732890550f7
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Fri Aug 10 20:50:27 2012 +0300

    ephy-frecent-store: Use -1 instead of G_MAXINT when appending items to the store

 src/ephy-frecent-store.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-frecent-store.c b/src/ephy-frecent-store.c
index bf7208a..14e26f4 100644
--- a/src/ephy-frecent-store.c
+++ b/src/ephy-frecent-store.c
@@ -65,7 +65,7 @@ on_find_urls_cb (EphyHistoryService *service,
                                            &treeiter);
       }
     } else {
-      gtk_list_store_insert_with_values (GTK_LIST_STORE (store), &treeiter, G_MAXINT,
+      gtk_list_store_insert_with_values (GTK_LIST_STORE (store), &treeiter, -1,
                                          EPHY_OVERVIEW_STORE_TITLE, url->title,
                                          EPHY_OVERVIEW_STORE_URI, url->url,
                                          EPHY_OVERVIEW_STORE_LAST_VISIT, url->last_visit_time,



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