]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/jobs/jobs.cpp
Convert to pure GPL v2 license.
[bacula/bacula] / bacula / src / qt-console / jobs / jobs.cpp
index 2d20a1be96b30fb0ffce535f20be252842d9c771..7f13564ccd9ccfee4688e22a30c8e9fb36dde1ad 100644 (file)
@@ -7,8 +7,8 @@
    many others, a complete list can be found in the file AUTHORS.
    This program is Free Software; you can redistribute it and/or
    modify it under the terms of version two of the GNU General Public
-   License as published by the Free Software Foundation plus additions
-   that are listed in the file LICENSE.
+   License as published by the Free Software Foundation and included
+   in the file LICENSE.
 
    This program is distributed in the hope that it will be useful, but
    WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -46,7 +46,7 @@ Jobs::Jobs()
    m_name = "Jobs";
    pgInitialize();
    QTreeWidgetItem* thisitem = mainWin->getFromHash(this);
-   thisitem->setIcon(0,QIcon(QString::fromUtf8(":images/emblem-system.svg")));
+   thisitem->setIcon(0,QIcon(QString::fromUtf8(":images/run.png")));
 
    /* mp_treeWidget, Storage Tree Tree Widget inherited from ui_client.h */
    m_populated = false;
@@ -257,7 +257,6 @@ void Jobs::consoleCancel()
 
 void Jobs::listJobs()
 {
-   printf("In Jobs::listJobs\n");
    QTreeWidgetItem *parentItem = mainWin->getFromHash(this);
-   mainWin->createPageJobList("", "", m_currentlyselected, parentItem);
+   mainWin->createPageJobList("", "", m_currentlyselected, "", parentItem);
 }