]> git.sur5r.net Git - bacula/bacula/commitdiff
Change the order of JobPlot to be alphabetical.
authorDirk H Bartley <dbartley@schupan.com>
Sun, 5 Aug 2007 17:34:34 +0000 (17:34 +0000)
committerDirk H Bartley <dbartley@schupan.com>
Sun, 5 Aug 2007 17:34:34 +0000 (17:34 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5285 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/qt-console/mainwin.cpp

index 189b5e34533bfc3d23834db9df6ea93f311ec9c6..92cc016051a4b85519d778d42d199a6372caa195 100644 (file)
@@ -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);