|
|
|
@ -393,7 +393,7 @@ void MainWindow::initMainView()
|
|
|
|
|
|
|
|
|
|
// Add some sidebars that can't be added before the session manager is created
|
|
|
|
|
m_bottomSidebar->addSidebar(new KFTPWidgets::ThreadView(0, "threads"), i18n("Threads"), "socket");
|
|
|
|
|
m_bottomSidebar->addSidebar(KFTPSession::Manager::self()->getStatTabs(), i18n("Log"), "info");
|
|
|
|
|
m_bottomSidebar->addSidebar(KFTPSession::Manager::self()->getStatTabs(), i18n("Log"), "application-vnd.tde.info");
|
|
|
|
|
m_bottomSidebar->addSidebar(m_trafficGraph, i18n("Traffic"), "share");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|