aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-01-22 14:23:57 -0600
committerCharles Kerr <charles.kerr@canonical.com>2013-01-22 14:23:57 -0600
commit156418b432ed3d7f07fd0faae67ce5054defe94a (patch)
tree4d83da7ef1a370e8ca8f7c637907a4600323c9de /src
parent6bb7a699e9505e370a4b5481824feb736a0af6c9 (diff)
downloadayatana-indicator-messages-156418b432ed3d7f07fd0faae67ce5054defe94a.tar.gz
ayatana-indicator-messages-156418b432ed3d7f07fd0faae67ce5054defe94a.tar.bz2
ayatana-indicator-messages-156418b432ed3d7f07fd0faae67ce5054defe94a.zip
remove g_type_init() calls, bump glib requirement to 2.35.4
Diffstat (limited to 'src')
-rw-r--r--src/messages-service.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/messages-service.c b/src/messages-service.c
index b36a0a2..48c830e 100644
--- a/src/messages-service.c
+++ b/src/messages-service.c
@@ -619,11 +619,8 @@ got_bus (GObject *object,
int
main (int argc, char ** argv)
{
- GMainLoop * mainloop = NULL;
- IndicatorService * service = NULL;
-
- /* Glib init */
- g_type_init();
+ GMainLoop * mainloop;
+ IndicatorService * service;
mainloop = g_main_loop_new (NULL, FALSE);