Hans Leidekker : msi: Don' t update the progress bar in schedule_install_files.

Alexandre Julliard julliard at winehq.org
Thu Jun 23 04:10:09 CDT 2011


Module: wine
Branch: master
Commit: 838614c7ec487b8cc134b9255d9e1f3fa06831c0
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=838614c7ec487b8cc134b9255d9e1f3fa06831c0

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Thu Jun 23 09:07:31 2011 +0200

msi: Don't update the progress bar in schedule_install_files.

---

 dlls/msi/files.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/msi/files.c b/dlls/msi/files.c
index 94e5e6c..7ff84cf 100644
--- a/dlls/msi/files.c
+++ b/dlls/msi/files.c
@@ -153,7 +153,6 @@ static void schedule_install_files(MSIPACKAGE *package)
             TRACE("not overwriting %s\n", debugstr_w(file->TargetPath));
             file->state = msifs_skipped;
         }
-        msi_ui_progress( package, 2, file->FileSize, 0, 0 );
     }
 }
 




More information about the wine-cvs mailing list