diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-11-24 01:02:13 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-11-24 01:02:13 +0800 |
commit | 780358463e9d18bccc5342c276a33ca8702cff26 (patch) | |
tree | 5b71b1498cf7edf8424bf7e7205d43122f1c5855 /mail/ChangeLog | |
parent | 550038cb1f000c5a721a07185b620e42078b1e88 (diff) | |
download | gsoc2013-evolution-780358463e9d18bccc5342c276a33ca8702cff26.tar.gz gsoc2013-evolution-780358463e9d18bccc5342c276a33ca8702cff26.tar.zst gsoc2013-evolution-780358463e9d18bccc5342c276a33ca8702cff26.zip |
Swap the retval varargs value to the last argument instead of the first.
2003-11-22 Jeffrey Stedfast <fejj@ximian.com>
* em-folder-tree-model.c (model_drag_data_received)
(model_row_drop_possible, model_row_draggable)
(model_drag_data_get, model_drag_data_delete): Swap the retval
varargs value to the last argument instead of the first.
svn path=/trunk/; revision=23469
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 892dce404b..bf6a1c7223 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2003-11-22 Jeffrey Stedfast <fejj@ximian.com> + + * em-folder-tree-model.c (model_drag_data_received) + (model_row_drop_possible, model_row_draggable) + (model_drag_data_get, model_drag_data_delete): Swap the retval + varargs value to the last argument instead of the first. + 2003-11-20 Jeffrey Stedfast <fejj@ximian.com> * mail-config.c (mail_config_uri_deleted): Removed call to |