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 +- libempathy/empathy-utils.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'libempathy') 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) { diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index 340705545..9930e6536 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -75,7 +75,6 @@ guint empathy_proxy_hash (gconstpointer key); gboolean empathy_check_available_state (void); gint empathy_uint_compare (gconstpointer a, gconstpointer b); -const gchar * empathy_status_reason_get_default_message (TpConnectionStatusReason reason); const gchar * empathy_account_get_error_message (TpAccount *account, TpConnectionStatusReason reason); -- cgit v1.2.3