From ba4f444eb4f0a19ba0c9512ed23e8ef0c26c50cd Mon Sep 17 00:00:00 2001 From: Dirk H Bartley Date: Sun, 5 Aug 2007 17:34:34 +0000 Subject: [PATCH] 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 --- bacula/src/qt-console/mainwin.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); -- 2.39.5