[epiphany] ephy-bookmarks: actually connect to the new service



commit df4d16bd22c5ec5f84951e15c3903b8b9506bd64
Author: Xan Lopez <xan igalia com>
Date:   Tue Mar 6 22:27:39 2012 +0100

    ephy-bookmarks: actually connect to the new service

 src/bookmarks/ephy-bookmarks.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/bookmarks/ephy-bookmarks.c b/src/bookmarks/ephy-bookmarks.c
index 3b854cb..e87f716 100644
--- a/src/bookmarks/ephy-bookmarks.c
+++ b/src/bookmarks/ephy-bookmarks.c
@@ -488,7 +488,7 @@ ephy_setup_history_notifiers (EphyBookmarks *eb)
 	history_service = EPHY_HISTORY_SERVICE (ephy_embed_shell_get_global_history_service (embed_shell));
 	/* FIXME: do we want an enable/disable API for the new history? */
 
-	g_signal_connect (history, "cleared",
+	g_signal_connect (history_service, "cleared",
 			  G_CALLBACK (history_cleared_cb), eb);
 
 	g_signal_connect (history, "visited",



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