summaryrefslogtreecommitdiffstats
path: root/x11-wm/xwmm/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/xwmm/files/patch-ab')
-rw-r--r--x11-wm/xwmm/files/patch-ab20
1 files changed, 0 insertions, 20 deletions
diff --git a/x11-wm/xwmm/files/patch-ab b/x11-wm/xwmm/files/patch-ab
deleted file mode 100644
index 3968050..0000000
--- a/x11-wm/xwmm/files/patch-ab
+++ /dev/null
@@ -1,20 +0,0 @@
---- WMMListBox.cpp.orig Fri Nov 26 20:58:19 1999
-+++ WMMListBox.cpp Fri Nov 26 21:03:11 1999
-@@ -356,7 +356,7 @@
- // interactive: create a new entry
- entryForm form;
- if ( form.exec() == QDialog::Accepted ) {
-- char *pTitle = form.getTitleText();
-+ const char *pTitle = form.getTitleText();
- QString *commandLine = new QString( form.getCommandLineText() );
- bool isDefault = form.getDefault();
- //debug("newEntry(%s%s : %s)", isDefault?"*":"", pTitle, commandLine->data() );
-@@ -401,7 +401,7 @@
- form.setCommandLineText( commandLines.at( index )->data() );
- form.setDefault( (defaultIndex==index)?TRUE:FALSE );
- if ( form.exec() == QDialog::Accepted ) {
-- char *pTitle = form.getTitleText();
-+ const char *pTitle = form.getTitleText();
- QString *commandLine = new QString( form.getCommandLineText() );
- bool isDefault = form.getDefault();
- //debug("reviseEntry(%s%s : %s)", isDefault?"*":"", pTitle, commandLine->data() );
OpenPOWER on IntegriCloud