From: Dirk H Bartley Date: Sun, 5 Aug 2007 17:34:34 +0000 (+0000) Subject: Change the order of JobPlot to be alphabetical. X-Git-Tag: Release-7.0.0~5901 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ba4f444eb4f0a19ba0c9512ed23e8ef0c26c50cd;p=bacula%2Fbacula Change the order of JobPlot to be alphabetical. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5285 91ce42f0-d328-0410-95d8-f526ca767f89 --- 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);