From 13358875d967e59f37ae1fe624a222568a7a8f50 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 9 Nov 2007 04:31:14 +0000 Subject: [PATCH] Get fix for joblist bug in bat from trunk. 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 | 1 - bacula/src/version.h | 4 ++-- bacula/technotes-2.1 | 2 ++ 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bacula/src/qt-console/joblist/joblist.cpp b/bacula/src/qt-console/joblist/joblist.cpp index 67727c5201..67d5e084b4 100644 --- a/bacula/src/qt-console/joblist/joblist.cpp +++ b/bacula/src/qt-console/joblist/joblist.cpp @@ -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); } diff --git a/bacula/src/version.h b/bacula/src/version.h index 113970680e..a860f18bb9 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -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 */ diff --git a/bacula/technotes-2.1 b/bacula/technotes-2.1 index 524e2a1dba..c302437517 100644 --- a/bacula/technotes-2.1 +++ b/bacula/technotes-2.1 @@ -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 -- 2.39.5