From 205926ec86ffd582f795b649179291626e504830 Mon Sep 17 00:00:00 2001 From: harlekin Date: Wed, 09 Oct 2002 16:33:36 +0000 Subject: flow now has mode none too .-), irda config widget and beginning of layer, first sweep, rest later --- (limited to 'noncore/apps/opie-console/profileeditorplugins.cpp') diff --git a/noncore/apps/opie-console/profileeditorplugins.cpp b/noncore/apps/opie-console/profileeditorplugins.cpp index c11c854..937516c 100644 --- a/noncore/apps/opie-console/profileeditorplugins.cpp +++ b/noncore/apps/opie-console/profileeditorplugins.cpp @@ -194,15 +194,18 @@ QWidget *ProfileEditorPlugin::terminal_widget() void ProfileEditorPlugin::slotConnFlow(int id) { - switch(id) - { - case id_flow_hw: - m_profile->writeEntry("Flow", IOSerial::FlowHW); - break; - case id_flow_sw: - m_profile->writeEntry("Flow", IOSerial::FlowSW); - break; - } + switch(id) + { + case id_flow_hw: + m_profile->writeEntry("Flow", IOSerial::FlowHW); + break; + case id_flow_sw: + m_profile->writeEntry("Flow", IOSerial::FlowSW); + break; + case id_flow_sw: + m_profile->writeEntry("None", IOSerial::None); + break; + } } void ProfileEditorPlugin::slotConnParity(int id) -- cgit v0.9.0.2