Modified the signature of the connection changed handler
[modest] / src / modest-runtime.c
index 15824f1..91fd637 100644 (file)
@@ -118,7 +118,7 @@ modest_runtime_init (void)
        debug_logging_init();
 
        g_thread_init(NULL);
-       gdk_threads_init (); 
+       gdk_threads_init ();
 
        my_singletons = modest_singletons_new ();
        if (!my_singletons) {
@@ -500,4 +500,5 @@ hildon_init (void)
                g_printerr ("modest: failed to acquire osso context\n");
                return FALSE;
        }
+}
 #endif /* MODEST_PLATFORM_ID==2 */