diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2002-10-30 13:12:20 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2002-10-30 13:12:20 +0000 |
commit | 086cc202712e330e2abb5bfffedfc84d3bd78fc2 (patch) | |
tree | f80855c06b5e84f6afa05a77eb9fe19c24c1c078 /mail/kbiff/files/patch-kbiff-setupdlg.cpp | |
parent | devel/SWIG -> devel/swig11 (diff) |
Update my Emailaddress
Disable Floating Status, which crashes kbiff [1]
Bump PORTREVISION
[1] Noticed by: Joey Mingrone <joey@mingrone.org>
Notes
Notes:
svn path=/head/; revision=69154
Diffstat (limited to 'mail/kbiff/files/patch-kbiff-setupdlg.cpp')
-rw-r--r-- | mail/kbiff/files/patch-kbiff-setupdlg.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/kbiff/files/patch-kbiff-setupdlg.cpp b/mail/kbiff/files/patch-kbiff-setupdlg.cpp new file mode 100644 index 000000000000..12897f3c389d --- /dev/null +++ b/mail/kbiff/files/patch-kbiff-setupdlg.cpp @@ -0,0 +1,11 @@ +--- kbiff/setupdlg.cpp.orig Tue Oct 15 20:13:12 2002 ++++ kbiff/setupdlg.cpp Tue Oct 15 20:16:13 2002 +@@ -779,6 +779,8 @@ + checkBeep = new QCheckBox(i18n("System &Beep"), this); + checkNotify = new QCheckBox(i18n("N&otify"), this); + checkStatus = new QCheckBox(i18n("&Floating Status"), this); ++ checkStatus->setChecked(false); ++ checkStatus->setEnabled(false); + + // connect some slots and signals + connect(buttonBrowsePlaySound, SIGNAL(clicked()), SLOT(browsePlaySound())); |