Replace hildon pannable area with modest scrollable in msg view window
[modest] / src / modest-runtime.c
index 4e98990..cc106e7 100644 (file)
@@ -201,6 +201,13 @@ modest_runtime_get_platform_factory  (void)
        return modest_singletons_get_platform_factory (_singletons);
 }
 
+ModestToolkitFactory*
+modest_runtime_get_toolkit_factory  (void)
+{
+       g_return_val_if_fail (_singletons, NULL);
+       return modest_singletons_get_toolkit_factory (_singletons);
+}
+
 ModestTnySendQueue*
 modest_runtime_get_send_queue  (TnyTransportAccount *account,
                                gboolean create)