-rw-r--r-- | core/launcher/launcher.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/core/launcher/launcher.cpp b/core/launcher/launcher.cpp index 98e7481..7887704 100644 --- a/core/launcher/launcher.cpp +++ b/core/launcher/launcher.cpp @@ -645,3 +645,4 @@ void Launcher::typeAdded( const QString& type, const QString& name, ids.append( type ); - tb->refreshStartMenu(); + /* this will be called in applicationScanningProgress with value 100! */ +// tb->refreshStartMenu(); @@ -662,3 +663,4 @@ void Launcher::typeRemoved( const QString& type ) ids.remove( type ); - tb->refreshStartMenu(); + /* this will be called in applicationScanningProgress with value 100! */ +// tb->refreshStartMenu(); } @@ -770,2 +772,3 @@ void Launcher::documentScanningProgress( int percent ) tabs->setLoadingWidgetEnabled( FALSE ); + tb->refreshStartMenu(); break; |