git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.2@5881
91ce42f0-d328-0410-95d8-
f526ca767f89
void JobList::consoleListJobTotals()
{
QString cmd("list jobtotals");
- cmd += m_currentJob;
if (mainWin->m_longList) { cmd.prepend("l"); }
consoleCommand(cmd);
}
#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 */
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