From aaa40d7f56dd6ee56d33e016c5b4111a997a4d52 Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Tue, 27 Mar 2012 18:01:46 +0300 Subject: history-service: remove unnecessary type cast https://bugzilla.gnome.org/show_bug.cgi?id=672926 --- lib/history/ephy-history-service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/history/ephy-history-service.c') diff --git a/lib/history/ephy-history-service.c b/lib/history/ephy-history-service.c index 635758849..7d5a49e9a 100644 --- a/lib/history/ephy-history-service.c +++ b/lib/history/ephy-history-service.c @@ -357,7 +357,7 @@ ephy_history_service_execute_quit (EphyHistoryService *self, gpointer data, gpoi static gpointer run_history_service_thread (EphyHistoryService *self) { - EphyHistoryServicePrivate *priv = EPHY_HISTORY_SERVICE (self)->priv; + EphyHistoryServicePrivate *priv = self->priv; EphyHistoryServiceMessage *message; g_assert (priv->history_thread == g_thread_self ()); -- cgit v1.2.3