1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

ui/depexp: If we're parsing zero files we need to ensure the cache progress bar gets hidden

(Bitbake rev: c8f46dfcc2f660a9cd52c64515624fad8d66461a)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2011-07-05 16:31:22 +01:00
parent 4cc291c007
commit d4132fa128
+1 -3
View File
@@ -247,9 +247,7 @@ def main(server, eventHandler):
continue
if isinstance(event, bb.event.CacheLoadCompleted):
gtk.gdk.threads_enter()
pbar.update(progress_total, progress_total)
gtk.gdk.threads_leave()
pbar.hide()
continue
if isinstance(event, bb.event.ParseStarted):