aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/bacula/files/patch-src-wx-console
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/bacula/files/patch-src-wx-console')
-rw-r--r--sysutils/bacula/files/patch-src-wx-console31
1 files changed, 31 insertions, 0 deletions
diff --git a/sysutils/bacula/files/patch-src-wx-console b/sysutils/bacula/files/patch-src-wx-console
new file mode 100644
index 000000000000..6f388bef45e5
--- /dev/null
+++ b/sysutils/bacula/files/patch-src-wx-console
@@ -0,0 +1,31 @@
+*** src/wx-console/wxbconfigpanel.cpp.orig Mon May 31 18:30:40 2004
+--- src/wx-console/wxbconfigpanel.cpp Sat Jul 3 16:37:15 2004
+***************
+*** 88,100 ****
+ wxString wxbConfigParam::GetValue() {
+ switch (type) {
+ case text:
+! return (statictext) ? statictext->GetLabel() : "";
+ break;
+ case modifiableText:
+! return (textctrl) ? textctrl->GetValue() : "";
+ break;
+ case choice:
+! return (choicectrl) ? choicectrl->GetStringSelection() : "";
+ break;
+ }
+ return "";
+--- 88,100 ----
+ wxString wxbConfigParam::GetValue() {
+ switch (type) {
+ case text:
+! return (statictext != NULL) ? statictext->GetLabel() : wxString("");
+ break;
+ case modifiableText:
+! return (textctrl != NULL) ? textctrl->GetValue() : wxString("");
+ break;
+ case choice:
+! return (choicectrl != NULL) ? choicectrl->GetStringSelection() : wxString("");
+ break;
+ }
+ return "";
4-65/+8 * Fix typos in COMMENTcs2012-07-251-1/+1 * - Fixed plistsylvio2012-06-091-2/+2 * - Update to version 1.20sylvio2012-06-063-11/+68 * - Update to 1.19miwi2012-05-212-24/+36 * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-3/+2 * Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-121-1/+0 * -remove MD5ohauer2011-07-031-1/+0