[empathy/mc5: 228/483] Fix typo
- From: Sjoerd Simons <sjoerds src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy/mc5: 228/483] Fix typo
- Date: Fri, 21 Aug 2009 17:18:29 +0000 (UTC)
commit ef19c477deba879906da074361527c7885db35ee
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date: Thu Jul 30 19:25:24 2009 +0200
Fix typo
libempathy/empathy-idle.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libempathy/empathy-idle.c b/libempathy/empathy-idle.c
index f60fc0f..b77dd07 100644
--- a/libempathy/empathy-idle.c
+++ b/libempathy/empathy-idle.c
@@ -577,7 +577,7 @@ empathy_idle_do_set_presence (EmpathyIdle *idle,
const gchar *status_message)
{
EmpathyIdlePriv *priv = GET_PRIV (idle);
- const gchar *statusses[NUM_TP_CONNECTION_PRESENCE_TYPES] = {
+ const gchar *statuses[NUM_TP_CONNECTION_PRESENCE_TYPES] = {
NULL,
"offline",
"available",
@@ -592,7 +592,7 @@ empathy_idle_do_set_presence (EmpathyIdle *idle,
g_assert (status_type > 0 && status_type < NUM_TP_CONNECTION_PRESENCE_TYPES);
- status = statusses[status_type];
+ status = statuses[status_type];
g_return_if_fail (status != NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]