X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-runtime.c;h=9e843c0cd0a9b209165eb057e7309105af5aa8fa;hb=558219dfdd5d2effce04afd18988b35b14dddf06;hp=24fe87bfcb3de5b3fffced9e7b253b761c16921b;hpb=11a7e8bd60ce134adc068ecedefd64faa1dd7ddf;p=modest diff --git a/src/modest-runtime.c b/src/modest-runtime.c index 24fe87b..9e843c0 100644 --- a/src/modest-runtime.c +++ b/src/modest-runtime.c @@ -93,6 +93,13 @@ modest_runtime_get_account_mgr (void) return modest_singletons_get_account_mgr (_singletons); } +ModestEmailClipboard* +modest_runtime_get_email_clipboard (void) +{ + g_return_val_if_fail (_singletons, NULL); + return modest_singletons_get_email_clipboard (_singletons); +} + ModestTnyAccountStore* modest_runtime_get_account_store (void) { @@ -144,7 +151,6 @@ modest_runtime_get_platform_factory (void) ModestTnySendQueue* modest_runtime_get_send_queue (TnyTransportAccount *account) { - /* printf ("DEBUG: %s: transport account id=%s\n", __FUNCTION__, tny_account_get_id (TNY_ACCOUNT(account))); */ ModestCacheMgr *cache_mgr; GHashTable *send_queue_cache; gpointer orig_key, send_queue;