From c03005628b210cc7b775088d4693a87ca13f99e4 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Wed, 19 Sep 2012 08:28:17 +0200 Subject: messages-service: define all global variables as static --- src/messages-service.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/messages-service.c') diff --git a/src/messages-service.c b/src/messages-service.c index f71614c..73f3d35 100644 --- a/src/messages-service.c +++ b/src/messages-service.c @@ -39,15 +39,15 @@ with this program. If not, see . static GHashTable *applications; -IndicatorMessagesService *messages_service; +static IndicatorMessagesService *messages_service; static GSimpleActionGroup *actions; static GActionMuxer *action_muxer; static GMenu *toplevel_menu; static GMenu *menu; static GMenuModel *chat_section; static GSettings *settings; -gboolean draws_attention; -const gchar *global_status[6]; /* max 5: available, away, busy, invisible, offline */ +static gboolean draws_attention; +static const gchar *global_status[6]; /* max 5: available, away, busy, invisible, offline */ static gchar * indicator_messages_get_icon_name () -- cgit v1.2.3