author | alwin <alwin> | 2004-02-29 02:03:07 (UTC) |
---|---|---|
committer | alwin <alwin> | 2004-02-29 02:03:07 (UTC) |
commit | 4cdd469ad2437fb2a09e4e7afff4feb24cd5d83d (patch) (side-by-side diff) | |
tree | 5218c24b6ddc3a3433ec3db2ccec79e43f5b398d | |
parent | 14db10826688a0f098fc48d4aec6e794b07f4ab4 (diff) | |
download | opie-4cdd469ad2437fb2a09e4e7afff4feb24cd5d83d.zip opie-4cdd469ad2437fb2a09e4e7afff4feb24cd5d83d.tar.gz opie-4cdd469ad2437fb2a09e4e7afff4feb24cd5d83d.tar.bz2 |
*grmpf* inserted into the wrong line (where it worked, too ;) - sorry guys.
-rw-r--r-- | core/launcher/launcher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/launcher/launcher.cpp b/core/launcher/launcher.cpp index 7887704..984a57d 100644 --- a/core/launcher/launcher.cpp +++ b/core/launcher/launcher.cpp @@ -748,6 +748,7 @@ void Launcher::applicationScanningProgress( int percent ) tabs->view( (*it) )->setUpdatesEnabled( TRUE ); tabs->view( (*it) )->setSortEnabled( TRUE ); } + tb->refreshStartMenu(); break; } default: @@ -770,7 +771,6 @@ void Launcher::documentScanningProgress( int percent ) tabs->docView()->setSortEnabled( TRUE ); tabs->docView()->setUpdatesEnabled( TRUE ); tabs->setLoadingWidgetEnabled( FALSE ); - tb->refreshStartMenu(); break; } default: |