]> git.sur5r.net Git - bacula/bacula/commitdiff
Get fix for joblist bug in bat from trunk.
authorKern Sibbald <kern@sibbald.com>
Fri, 9 Nov 2007 04:31:14 +0000 (04:31 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 9 Nov 2007 04:31:14 +0000 (04:31 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.2@5881 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/qt-console/joblist/joblist.cpp
bacula/src/version.h
bacula/technotes-2.1

index 67727c52015addadb5343def7c259ecee91cbc85..67d5e084b4bb5df7d33776753927e2994887e26b 100644 (file)
@@ -490,7 +490,6 @@ void JobList::consoleListVolumes()
 void JobList::consoleListJobTotals()
 {
    QString cmd("list jobtotals");
-   cmd += m_currentJob;
    if (mainWin->m_longList) { cmd.prepend("l"); }
    consoleCommand(cmd);
 }
index 113970680e3e8e35ea4b38533d02329de73ca996..a860f18bb900335cd3d4bd37416c3442f1a68f6b 100644 (file)
@@ -4,8 +4,8 @@
 
 #undef  VERSION
 #define VERSION "2.2.6"
-#define BDATE   "04 November 2007"
-#define LSMDATE "04Nov07"
+#define BDATE   "09 November 2007"
+#define LSMDATE "09Nov07"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2007 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2007"       /* year for copyright messages in progs */
index 524e2a1dba6c8ce7c6177a97595869d5ed44fff6..c3024375171d1fb0aeb8ec50d028ae3b8ab97c7c 100644 (file)
@@ -1,6 +1,8 @@
               Technical notes on version 2.2
 
 General:
+09Nov07
+kes  Get fix for joblist bug in bat from trunk.
 04Nov07
 kes  This patch fixes bug #1003 where putting the message output from
      a Verify job into the catalog results in a recursive loop.  The problem