diff -r 10516539f238 -r 0a02c433f52d Preferences/ConfigurationPages/DebuggerRubyPage.py --- a/Preferences/ConfigurationPages/DebuggerRubyPage.py Fri Oct 18 23:00:41 2013 +0200 +++ b/Preferences/ConfigurationPages/DebuggerRubyPage.py Fri Nov 01 15:48:48 2013 +0100 @@ -46,9 +46,11 @@ """ Public slot to save the Debugger Ruby configuration. """ - Preferences.setDebugger("RubyInterpreter", + Preferences.setDebugger( + "RubyInterpreter", self.rubyInterpreterEdit.text()) - Preferences.setDebugger("RubyRedirect", + Preferences.setDebugger( + "RubyRedirect", self.rbRedirectCheckBox.isChecked()) @pyqtSlot()