[telepathy-mission-control/master] mcd_account_write_conf: rename to _mcd_account_write_conf, it's internal to this library
Simon McVittie
simon.mcvittie at collabora.co.uk
Wed Apr 15 04:53:24 PDT 2009
---
src/mcd-account-compat.c | 4 ++--
src/mcd-account-conditions.c | 2 +-
src/mcd-account-priv.h | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/mcd-account-compat.c b/src/mcd-account-compat.c
index 7fb7950..03d2b86 100644
--- a/src/mcd-account-compat.c
+++ b/src/mcd-account-compat.c
@@ -69,7 +69,7 @@ set_profile (TpSvcDBusProperties *self, const gchar *name,
g_key_file_remove_key (keyfile, unique_name,
name, NULL);
}
- mcd_account_write_conf (account);
+ _mcd_account_write_conf (account);
g_signal_emit (account, _mcd_account_signals[PROFILE_SET], 0);
}
@@ -125,7 +125,7 @@ set_secondary_vcard_fields (TpSvcDBusProperties *self, const gchar *name,
g_key_file_remove_key (keyfile, unique_name,
name, NULL);
}
- mcd_account_write_conf (account);
+ _mcd_account_write_conf (account);
}
static void
diff --git a/src/mcd-account-conditions.c b/src/mcd-account-conditions.c
index b5f7866..5a3905b 100644
--- a/src/mcd-account-conditions.c
+++ b/src/mcd-account-conditions.c
@@ -79,7 +79,7 @@ set_condition (TpSvcDBusProperties *self, const gchar *name,
g_hash_table_foreach (conditions, store_condition, account);
- mcd_account_write_conf (account);
+ _mcd_account_write_conf (account);
}
static void
diff --git a/src/mcd-account-priv.h b/src/mcd-account-priv.h
index ac669d1..a1d9b4f 100644
--- a/src/mcd-account-priv.h
+++ b/src/mcd-account-priv.h
@@ -65,7 +65,7 @@ GList *_mcd_account_get_online_requests (McdAccount *account);
static inline void
-mcd_account_write_conf (McdAccount *account)
+_mcd_account_write_conf (McdAccount *account)
{
McdAccountManager *account_manager;
--
1.5.6.5
More information about the telepathy-commits
mailing list