aboutsummaryrefslogtreecommitdiff
path: root/src/messages-service.c
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2012-08-20 23:32:23 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2012-08-20 23:32:23 +0200
commit6e38f791c64476215ae68a7a5beabe44dde20131 (patch)
tree8f8e0d7bc26f3f9d11db9c631748e2e663e67786 /src/messages-service.c
parent234c3cb933fcd422d9185b4bb01bed3223f0e791 (diff)
parentd34fb7000e9b508b05c653b47bb60f35989c34f9 (diff)
downloadayatana-indicator-messages-6e38f791c64476215ae68a7a5beabe44dde20131.tar.gz
ayatana-indicator-messages-6e38f791c64476215ae68a7a5beabe44dde20131.tar.bz2
ayatana-indicator-messages-6e38f791c64476215ae68a7a5beabe44dde20131.zip
Merge Charles' branch: fixes a memory and a signal leak; various neat cleanups
The "add sanity check" commit is not included, as app-section is not public. This merge also removes the remaining sanity checks in app-section.
Diffstat (limited to 'src/messages-service.c')
-rw-r--r--src/messages-service.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/messages-service.c b/src/messages-service.c
index a7355d0..ccd2eba 100644
--- a/src/messages-service.c
+++ b/src/messages-service.c
@@ -370,8 +370,8 @@ set_status (IndicatorMessagesService *service,
indicator_messages_service_complete_set_status (service, invocation);
}
-GSimpleActionGroup *
-create_action_group ()
+static GSimpleActionGroup *
+create_action_group (void)
{
GSimpleActionGroup *actions;
GSimpleAction *messages;
@@ -400,8 +400,8 @@ create_action_group ()
return actions;
}
-GMenuModel *
-create_status_section ()
+static GMenuModel *
+create_status_section (void)
{
GMenu *menu;