https://bugs.kde.org/show_bug.cgi?id=222841

--- Comment #11 from Gustavo Alvarez <sl1pk...@gmail.com> ---
ops. patch duplicatd. the other patch:

diff --git a/kscd.cpp b/kscd.cpp
index d8996f1..1827a5c 100644
--- a/kscd.cpp
+++ b/kscd.cpp
@@ -337,7 +337,7 @@ void KSCD::changeVolume(qreal value)

 void KSCD::configureShortcuts()
 {
-       KShortcutsDialog::configure(m_actions,
KShortcutsEditor::LetterShortcutsAllowed, this, true);
+       KShortcutsDialog::showDialog(m_actions,
KShortcutsEditor::LetterShortcutsAllowed, this);
 }

 void KSCD::ejectShortcut()
@@ -761,7 +761,7 @@ void KSCD::writeSettings()

 void KSCD::configureKeys()
 {
-       KShortcutsDialog::configure(m_actions,
KShortcutsEditor::LetterShortcutsAllowed, this, true);
+       KShortcutsDialog::showDialog(m_actions,
KShortcutsEditor::LetterShortcutsAllowed, this);
 }

 /**


greetings again

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to