]> git.sur5r.net Git - bacula/bacula/commitdiff
Somehow I was losing the refresh jobs action. This should keep it in.
authorDirk H Bartley <dbartley@schupan.com>
Sat, 30 May 2009 18:45:18 +0000 (18:45 +0000)
committerDirk H Bartley <dbartley@schupan.com>
Sat, 30 May 2009 18:45:18 +0000 (18:45 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8875 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/qt-console/jobs/jobs.cpp

index a1189df9cf9f3e91a9ee8fb728554ff0a45af634..47b688b4b11df3e65672c446873082d15d80a143 100644 (file)
@@ -113,7 +113,6 @@ void Jobs::populateTable()
          jobsItem.setTextFld(col++, job_defs.catalog_name);
          jobsItem.setBoolFld(col++, job_defs.enabled);
          jobsItem.setTextFld(col++, job_defs.where);
-
       }
       row++;
    }
@@ -173,6 +172,7 @@ void Jobs::tableItemChanged(QTableWidgetItem *currentwidgetitem, QTableWidgetIte
       if (m_currentlyselected.length() != 0) {
          /* set a hold variable to the client name in case the context sensitive
           * menu is used */
+         tableWidget->addAction(actionRefreshJobs);
          tableWidget->addAction(actionConsoleListFiles);
          tableWidget->addAction(actionConsoleListVolumes);
          tableWidget->addAction(actionConsoleListNextVolume);