From 12bfebe757a81f5efb34df9855db14f25c01c102 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Wed, 25 Jul 2007 21:13:54 +0000 Subject: [PATCH] Apply patch from Felix Schwarz that allows building wxconsole on Fedora 7 with wxWidgets 2.8 (it works with 2.6 as well). git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5240 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/cats/sql_cmds.c | 2 +- bacula/technotes-2.1 | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bacula/src/cats/sql_cmds.c b/bacula/src/cats/sql_cmds.c index aaea3295d8..1d5fca0097 100644 --- a/bacula/src/cats/sql_cmds.c +++ b/bacula/src/cats/sql_cmds.c @@ -493,4 +493,4 @@ const char *uar_jobid_fileindex_from_dir = /* Query to get list of files from table -- presuably built by an external program */ const char *uar_jobid_fileindex_from_table = - "SELECT JobId, FileIndex from %s"; + "SELECT JobId,FileIndex from %s"; diff --git a/bacula/technotes-2.1 b/bacula/technotes-2.1 index d59230be6e..7fbdc0802f 100644 --- a/bacula/technotes-2.1 +++ b/bacula/technotes-2.1 @@ -1,6 +1,10 @@ Technical notes on version 2.1 General: +25Jul07 +kes Apply patch from Felix Schwarz that allows + building wxconsole on Fedora 7 with wxWidgets 2.8 (it works with + 2.6 as well). 24Jul07 kes Implement PopUp YES/NO dialog for bat. 23Jul07 -- 2.39.5