~ubuntu-branches/ubuntu/lucid/kdebase/lucid

« back to all changes in this revision

Viewing changes to apps/konqueror/src/konqviewmanager.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Steve Stalcup
  • Date: 2009-06-03 23:42:46 UTC
  • mto: This revision was merged to the branch mainline in revision 242.
  • Revision ID: james.westby@ubuntu.com-20090603234246-lt9inobn80tnv1o3
Tags: upstream-4.2.90
ImportĀ upstreamĀ versionĀ 4.2.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
316
316
 
317
317
  KonqMainWindow *mainWindow = new KonqMainWindow(KUrl(), m_pMainWindow->xmlFile());
318
318
 
319
 
  mainWindow->viewManager()->loadViewProfileFromConfig( config, QString(), currentProfile() );
 
319
  mainWindow->viewManager()->loadRootItem( profileGroup, mainWindow->viewManager()->tabContainer(), KUrl(), true, KUrl() );
320
320
 
321
321
  removeTab( currentFrame, false );
322
322