From 737212cbc975c9113f4aaf105fb765811805c54a Mon Sep 17 00:00:00 2001 From: Felix Kaser Date: Tue, 3 Aug 2010 11:06:56 +0200 Subject: fixing a method name typo --- libempathy-gtk/empathy-individual-store.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libempathy-gtk/empathy-individual-store.c b/libempathy-gtk/empathy-individual-store.c index 623e35626..41d9f5214 100644 --- a/libempathy-gtk/empathy-individual-store.c +++ b/libempathy-gtk/empathy-individual-store.c @@ -1408,7 +1408,7 @@ individual_store_setup (EmpathyIndividualStore *self) } static gboolean -individual_store_inibit_active_cb (EmpathyIndividualStore *self) +individual_store_inhibit_active_cb (EmpathyIndividualStore *self) { EmpathyIndividualStorePriv *priv; @@ -1432,7 +1432,7 @@ empathy_individual_store_init (EmpathyIndividualStore *self) priv->show_protocols = FALSE; priv->inhibit_active = g_timeout_add_seconds (ACTIVE_USER_WAIT_TO_ENABLE_TIME, - (GSourceFunc) individual_store_inibit_active_cb, self); + (GSourceFunc) individual_store_inhibit_active_cb, self); priv->status_icons = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_object_unref); individual_store_setup (self); -- cgit v1.2.3