From b5c916cfcee92d2c20d4ee25889dd56d9abb8721 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 5 Aug 2010 13:43:02 +0200 Subject: empathy_status_reason_get_default_message can be static now --- libempathy/empathy-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy/empathy-utils.c') diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index ee6ad5bd4..939b32897 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -284,7 +284,7 @@ empathy_presence_from_str (const gchar *str) return TP_CONNECTION_PRESENCE_TYPE_UNSET; } -const gchar * +static const gchar * empathy_status_reason_get_default_message (TpConnectionStatusReason reason) { switch (reason) { -- cgit v1.2.3