summaryrefslogtreecommitdiff
path: root/core/launcher
Side-by-side diff
Diffstat (limited to 'core/launcher') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/launcher.cpp7
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
@@ -644,5 +644,6 @@ void Launcher::typeAdded( const QString& type, const QString& name,
tabs->newView( type, pixmap, name );
ids.append( type );
- tb->refreshStartMenu();
+ /* this will be called in applicationScanningProgress with value 100! */
+// tb->refreshStartMenu();
static bool first = TRUE;
@@ -661,5 +662,6 @@ void Launcher::typeRemoved( const QString& type )
tabs->deleteView( type );
ids.remove( type );
- tb->refreshStartMenu();
+ /* this will be called in applicationScanningProgress with value 100! */
+// tb->refreshStartMenu();
}
@@ -769,4 +771,5 @@ void Launcher::documentScanningProgress( int percent )
tabs->docView()->setUpdatesEnabled( TRUE );
tabs->setLoadingWidgetEnabled( FALSE );
+ tb->refreshStartMenu();
break;
}