efreet: Explicitly set num_pending to 0

CID: #1039185
This commit is contained in:
Sebastian Dransfeld 2013-08-07 11:33:42 +02:00
parent 9707fee051
commit ed524d49cc
1 changed files with 1 additions and 0 deletions

View File

@ -189,6 +189,7 @@ efreet_desktop_command_progress_get(Efreet_Desktop *desktop, Eina_List *files,
command->cb_progress = cb_progress;
command->data = data;
command->desktop = desktop;
command->num_pending = 0;
command->flags = efreet_desktop_command_flags_get(desktop);
/* get the required info for each file passed in */