API change
authorPhilip Van Hoof <philip@codeminded.be>
Mon, 3 Sep 2007 15:35:05 +0000 (15:35 +0000)
committerPhilip Van Hoof <philip@codeminded.be>
Mon, 3 Sep 2007 15:35:05 +0000 (15:35 +0000)
pmo-trunk-r3193

src/modest-tny-send-queue.c

index aa30899..e844235 100644 (file)
@@ -221,7 +221,7 @@ modest_tny_send_queue_add (ModestTnySendQueue *self, TnyMsg *msg, GError **err)
        g_return_if_fail (MODEST_IS_TNY_SEND_QUEUE(self));
        g_return_if_fail (TNY_IS_CAMEL_MSG(msg));
 
-       tny_send_queue_add_async (TNY_SEND_QUEUE(self), 
+       tny_camel_send_queue_add_async (TNY_CAMEL_SEND_QUEUE(self), 
                                  msg, 
                                  _on_added_to_outbox, 
                                  NULL,