equal
deleted
inserted
replaced
143 OstTraceFunctionEntry1(WPSPAGESTEPTWO_NEXTID_ENTRY, this); |
143 OstTraceFunctionEntry1(WPSPAGESTEPTWO_NEXTID_ENTRY, this); |
144 int id = WpsWizardPage::PageWpsWizardStep3_Button; |
144 int id = WpsWizardPage::PageWpsWizardStep3_Button; |
145 removeFromStack = false; |
145 removeFromStack = false; |
146 |
146 |
147 if (mItemSelected == WpsPushButtonMode) { |
147 if (mItemSelected == WpsPushButtonMode) { |
|
148 // Reset Pin code, pin 0 means push-button mode |
|
149 mWizard->setPin(0); |
148 id = WpsWizardPage::PageWpsWizardStep3_Button; |
150 id = WpsWizardPage::PageWpsWizardStep3_Button; |
149 |
151 |
150 } else if (mItemSelected == WpsPinCodeMode) { |
152 } else if (mItemSelected == WpsPinCodeMode) { |
151 id = WpsWizardPage::PageWpsWizardStep3_Number; |
153 id = WpsWizardPage::PageWpsWizardStep3_Number; |
152 |
154 |