[empathy: 12/26] empathy-connectivity: stop using the name "manager" when I mean "connectivity"
- From: Jonny Lamb <jonnylamb src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy: 12/26] empathy-connectivity: stop using the name "manager" when I mean "connectivity"
- Date: Thu, 20 Aug 2009 13:45:26 +0000 (UTC)
commit bbe5b582755870e4e3d4865f49d8ef9bb5db0b8d
Author: Jonny Lamb <jonny lamb collabora co uk>
Date: Wed Aug 19 14:39:55 2009 +0100
empathy-connectivity: stop using the name "manager" when I mean "connectivity"
Signed-off-by: Jonny Lamb <jonny lamb collabora co uk>
libempathy/empathy-connectivity.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/libempathy/empathy-connectivity.c b/libempathy/empathy-connectivity.c
index b724865..b38ee2d 100644
--- a/libempathy/empathy-connectivity.c
+++ b/libempathy/empathy-connectivity.c
@@ -119,13 +119,13 @@ static void
connectivity_finalize (GObject *object)
{
#ifdef HAVE_NM
- EmpathyConnectivity *manager = EMPATHY_CONNECTIVITY (object);
- EmpathyConnectivityPriv *priv = GET_PRIV (manager);
+ EmpathyConnectivity *connectivity = EMPATHY_CONNECTIVITY (object);
+ EmpathyConnectivityPriv *priv = GET_PRIV (connectivity);
if (priv->nm_client != NULL)
{
g_signal_handlers_disconnect_by_func (priv->nm_client,
- connectivity_nm_state_change_cb, manager);
+ connectivity_nm_state_change_cb, connectivity);
g_object_unref (priv->nm_client);
priv->nm_client = NULL;
}
@@ -137,8 +137,8 @@ connectivity_finalize (GObject *object)
static void
connectivity_dispose (GObject *object)
{
- EmpathyConnectivity *manager = EMPATHY_CONNECTIVITY (object);
- EmpathyConnectivityPriv *priv = GET_PRIV (manager);
+ EmpathyConnectivity *connectivity = EMPATHY_CONNECTIVITY (object);
+ EmpathyConnectivityPriv *priv = GET_PRIV (connectivity);
if (priv->dispose_run)
return;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]