summaryrefslogtreecommitdiff
authorharlekin <harlekin>2004-10-12 22:12:46 (UTC)
committer harlekin <harlekin>2004-10-12 22:12:46 (UTC)
commit8289f6700e239ddf5242216c09cca9d724c17754 (patch) (unidiff)
treebe5e071245bf82a0839f718490d765d690cd29fb
parent52867c8ca21a3bec10eb27c8f698855d8fca320e (diff)
downloadopie-8289f6700e239ddf5242216c09cca9d724c17754.zip
opie-8289f6700e239ddf5242216c09cca9d724c17754.tar.gz
opie-8289f6700e239ddf5242216c09cca9d724c17754.tar.bz2
ups
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/btconfigwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/opie-console/btconfigwidget.cpp b/noncore/apps/opie-console/btconfigwidget.cpp
index 7f82e06..232e497 100644
--- a/noncore/apps/opie-console/btconfigwidget.cpp
+++ b/noncore/apps/opie-console/btconfigwidget.cpp
@@ -163,25 +163,25 @@ void BTConfigWidget::save( Profile& prof ) {
163 case IOLayerBase::Baud_38400: 163 case IOLayerBase::Baud_38400:
164 speed = 38400; 164 speed = 38400;
165 break; 165 break;
166 case IOLayerBase::Baud_19200: 166 case IOLayerBase::Baud_19200:
167 speed = 19200; 167 speed = 19200;
168 break; 168 break;
169 case IOLayerBase::Baud_4800: 169 case IOLayerBase::Baud_4800:
170 speed = 4800; 170 speed = 4800;
171 break; 171 break;
172 case IOLayerBase::Baud_2400: 172 case IOLayerBase::Baud_2400:
173 speed = 2400; 173 speed = 2400;
174 break; 174 break;
175 case IOLayerBase::Baud_1200; 175 case IOLayerBase::Baud_1200:
176 speed = 1200; 176 speed = 1200;
177 break; 177 break;
178 default: 178 default:
179 case IOLayerBase::Baud_9600: 179 case IOLayerBase::Baud_9600:
180 speed = 9600; 180 speed = 9600;
181 break; 181 break;
182 } 182 }
183 183
184 prof.writeEntry("Flow", flow); 184 prof.writeEntry("Flow", flow);
185 prof.writeEntry("Parity", parity); 185 prof.writeEntry("Parity", parity);
186 prof.writeEntry("Speed", speed); 186 prof.writeEntry("Speed", speed);
187 prof.writeEntry("Mac", m_mac->text() ); 187 prof.writeEntry("Mac", m_mac->text() );