Changeset 3637

Show
Ignore:
Timestamp:
04/30/08 12:09:11
Author:
svillar
Message:
  • Fixed the order of two swapped parameters
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r3636 r3637  
     12008-04-30  Sergio Villar Senin  <svillar@igalia.com> 
     2 
     3        * libtinymail-camel/tny-camel-send-queue.c: 
     4        (on_added): place correctly two swapped parameters when calling the 
     5        user callback 
     6 
    172008-04-29  Philip Van Hoof <pvanhoof@gnome.org> 
    28 
  • trunk/libtinymail-camel/tny-camel-send-queue.c

    r3636 r3637  
    990990        /* Call user callback after msg has beed added to OUTBOX, waiting to be sent*/ 
    991991        if (info->callback) 
    992                 info->callback (info->self, info->cancelled, info->msg, info->user_data,  
    993                         new_err?new_err:err); 
     992                info->callback (info->self, info->cancelled, info->msg, new_err?new_err:err, info->user_data); 
    994993 
    995994        if (new_err)