X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fqt-console%2Fmainwin.cpp;h=92cc016051a4b85519d778d42d199a6372caa195;hb=de5d56b71ccf35d6c4ff9dc57f84f24a8e4cc442;hp=189b5e34533bfc3d23834db9df6ea93f311ec9c6;hpb=613416d51efc3add319ed8e01e341258e9f26af0;p=bacula%2Fbacula diff --git a/bacula/src/qt-console/mainwin.cpp b/bacula/src/qt-console/mainwin.cpp index 189b5e3453..92cc016051 100644 --- a/bacula/src/qt-console/mainwin.cpp +++ b/bacula/src/qt-console/mainwin.cpp @@ -143,12 +143,12 @@ void MainWin::createPages() new FileSet(); new Jobs(); createPageJobList("", "", "", "", NULL); - new MediaList(); - new Storage(); - new restoreTree(); JobPlotPass pass; pass.use = false; new JobPlot(NULL, pass); + new MediaList(); + new Storage(); + new restoreTree(); treeWidget->expandItem(topItem); stackedWidget->setCurrentWidget(m_currentConsole);