I'd say you are absolutely correct.  Just removed the offending line in
the subversion repository.

Dirk

On Thu, 2007-11-08 at 20:23 -0200, João Henrique Freitas wrote:
> 
> Hello, in the bacula users list, nobody reply me. Maybe in devel list?
> 
> Anybody has the same issue in bat when:
> 
> 1- Client -> Rigth click on any client
> 2- Select "List Jobs of Client"
> 3- Select (on left panel) "JobList of Client xxx" and right clik on
> it 
> 4- Select "List Jobs Totals in Console"
> 
> On this time the bat show a error about list jobtotals4 command.
> 
> In bacula documentation, the command in question ( list jobtotals) has
> no argument.
> 
> On the file src/qt-console/joblist.cpp, in function:
> 
> void JobList::consoleListJobTotals()
> {
>    QString cmd("list jobtotals");
>    cmd += m_currentJob; 
>    if (mainWin->m_longList) { cmd.prepend ("l"); }
>    consoleCommand(cmd);
> }
> 
> If I comment out the line cmd += m_currentJob; bat works.
> 
> Thanks
> -- 
> ------------------------------------------------------------- 
> João Henrique Freitas - joaohf_at_gmail.com
> Americana-SP-Brasil
> BSD051283
> LPI 1
> http://paginas.terra.com.br/informatica/joaohf
> http://www.livejournal.com/users/joaohf/ 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________ Bacula-devel mailing list 
> [email protected] 
> https://lists.sourceforge.net/lists/listinfo/bacula-devel


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bacula-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to