Skip to content
  • Robert Knight's avatar
    Fix bug where multiple Konsole KParts within one application would not work. ... · ccaeea48
    Robert Knight authored
    Fix bug where multiple Konsole KParts within one application would not work.  Part::activeSession() was always returning the first session from the shared SessionManager.  In the second KPart, activeSession()->isRunning() would always return true even when the session for that part was not actually running, so the session was never started.
    
    svn path=/trunk/KDE/kdebase/apps/konsole/; revision=754194
    ccaeea48