diff options
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())); |