diff options
author | Felix Kaser <f.kaser@gmx.net> | 2010-09-13 21:03:58 +0800 |
---|---|---|
committer | Felix Kaser <f.kaser@gmx.net> | 2010-09-13 21:03:58 +0800 |
commit | 72433c26360feadfdae1cbd1327375abd438c0eb (patch) | |
tree | 07e9545fe377d6e21ba0cfe4de7d56635a1430aa /libempathy | |
parent | d2f7576b808682dedce1e436709f9f618ab5f367 (diff) | |
download | gsoc2013-empathy-72433c26360feadfdae1cbd1327375abd438c0eb.tar gsoc2013-empathy-72433c26360feadfdae1cbd1327375abd438c0eb.tar.gz gsoc2013-empathy-72433c26360feadfdae1cbd1327375abd438c0eb.tar.bz2 gsoc2013-empathy-72433c26360feadfdae1cbd1327375abd438c0eb.tar.lz gsoc2013-empathy-72433c26360feadfdae1cbd1327375abd438c0eb.tar.xz gsoc2013-empathy-72433c26360feadfdae1cbd1327375abd438c0eb.tar.zst gsoc2013-empathy-72433c26360feadfdae1cbd1327375abd438c0eb.zip |
fixed typo in empathy utils
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-individual-manager.c | 2 | ||||
-rw-r--r-- | libempathy/empathy-utils.c | 2 | ||||
-rw-r--r-- | libempathy/empathy-utils.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libempathy/empathy-individual-manager.c b/libempathy/empathy-individual-manager.c index 15baa8538..968ff1c98 100644 --- a/libempathy/empathy-individual-manager.c +++ b/libempathy/empathy-individual-manager.c @@ -210,7 +210,7 @@ aggregator_individuals_changed_cb (FolksIndividualAggregator *aggregator, g_signal_emit (self, signals[MEMBERS_CHANGED], 0, message, added_filtered, removed, - tp_chanel_group_change_reason_from_folks_groups_change_reason (reason), + tp_channel_group_change_reason_from_folks_groups_change_reason (reason), TRUE); g_list_free (added_filtered); diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index 89dd8003c..85953f8f9 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -738,7 +738,7 @@ empathy_contact_dup_from_folks_individual (FolksIndividual *individual) } TpChannelGroupChangeReason -tp_chanel_group_change_reason_from_folks_groups_change_reason ( +tp_channel_group_change_reason_from_folks_groups_change_reason ( FolksGroupsChangeReason reason) { return (TpChannelGroupChangeReason) reason; diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index 7e856d344..6a67321d9 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -97,7 +97,7 @@ void empathy_connect_new_account (TpAccount *account, TpConnectionPresenceType empathy_folks_presence_type_to_tp (FolksPresenceType type); gboolean empathy_folks_individual_contains_contact (FolksIndividual *individual); EmpathyContact * empathy_contact_dup_from_folks_individual (FolksIndividual *individual); -TpChannelGroupChangeReason tp_chanel_group_change_reason_from_folks_groups_change_reason (FolksGroupsChangeReason reason); +TpChannelGroupChangeReason tp_channel_group_change_reason_from_folks_groups_change_reason (FolksGroupsChangeReason reason); gchar * empathy_get_x509_certificate_hostname (gnutls_x509_crt_t cert); |