properly initialize the callback data (bug #550263)
2008-09-02 Jens Granseuer <jensgr@gmx.net> * file-transfer-dialog.c: (file_transfer_job_schedule): properly initialize the callback data (bug #550263) svn path=/trunk/; revision=8914
This commit is contained in:
parent
828bbfe184
commit
8f77ccc2ad
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-09-02 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
* file-transfer-dialog.c: (file_transfer_job_schedule): properly
|
||||
initialize the callback data (bug #550263)
|
||||
|
||||
2008-08-16 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
* gnome-theme-info.c: (gtk_theme_info_missing_engine): don't leak
|
||||
|
|
|
@ -487,6 +487,7 @@ file_transfer_job_schedule (GIOSchedulerJob *io_job,
|
|||
data.overwrite_dialog = job->overwrite_dialog;
|
||||
data.current_file = job->dialog->priv->nth + 1;
|
||||
data.total_files = job->dialog->priv->total;
|
||||
data.current_bytes = data.total_bytes = 0;
|
||||
data.source = g_file_get_basename (source);
|
||||
data.target = g_file_get_basename (target);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue