summaryrefslogtreecommitdiff
authoralwin <alwin>2004-02-29 02:03:07 (UTC)
committer alwin <alwin>2004-02-29 02:03:07 (UTC)
commit4cdd469ad2437fb2a09e4e7afff4feb24cd5d83d (patch) (unidiff)
tree5218c24b6ddc3a3433ec3db2ccec79e43f5b398d
parent14db10826688a0f098fc48d4aec6e794b07f4ab4 (diff)
downloadopie-4cdd469ad2437fb2a09e4e7afff4feb24cd5d83d.zip
opie-4cdd469ad2437fb2a09e4e7afff4feb24cd5d83d.tar.gz
opie-4cdd469ad2437fb2a09e4e7afff4feb24cd5d83d.tar.bz2
*grmpf* inserted into the wrong line (where it worked, too ;) - sorry guys.
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/launcher.cpp2
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 )
748 tabs->view( (*it) )->setUpdatesEnabled( TRUE ); 748 tabs->view( (*it) )->setUpdatesEnabled( TRUE );
749 tabs->view( (*it) )->setSortEnabled( TRUE ); 749 tabs->view( (*it) )->setSortEnabled( TRUE );
750 } 750 }
751 tb->refreshStartMenu();
751 break; 752 break;
752 } 753 }
753 default: 754 default:
@@ -770,7 +771,6 @@ void Launcher::documentScanningProgress( int percent )
770 tabs->docView()->setSortEnabled( TRUE ); 771 tabs->docView()->setSortEnabled( TRUE );
771 tabs->docView()->setUpdatesEnabled( TRUE ); 772 tabs->docView()->setUpdatesEnabled( TRUE );
772 tabs->setLoadingWidgetEnabled( FALSE ); 773 tabs->setLoadingWidgetEnabled( FALSE );
773 tb->refreshStartMenu();
774 break; 774 break;
775 } 775 }
776 default: 776 default: