webengine/osswebengine/WebCore/platform/symbian/PopupMenuSymbian.cpp
changeset 11 c8a366e56285
parent 10 a359256acfc6
child 25 0ed94ceaa377
equal deleted inserted replaced
10:a359256acfc6 11:c8a366e56285
    82             }
    82             }
    83             CleanupStack::Pop();
    83             CleanupStack::Pop();
    84         }
    84         }
    85     }
    85     }
    86     
    86     
    87     dialogs->DialogSelectOptionL(KNullDesC(), ESelectTypeSingle, *options);
    87     
       
    88     dialogs->DialogSelectOptionL(KNullDesC(), (TBrCtlSelectOptionType)(ESelectTypeSingle | ESelectTypeWithFindPane), *options);
       
    89 
    88     int newIndex = index;
    90     int newIndex = index;
    89     CleanupStack::PopAndDestroy(&items);
    91     CleanupStack::PopAndDestroy(&items);
    90 
    92 
    91         int count = options->Count();
    93         int count = options->Count();
    92         for (newIndex = 0 ; newIndex < count && !options->At(newIndex).IsSelected(); newIndex++) {}
    94         for (newIndex = 0 ; newIndex < count && !options->At(newIndex).IsSelected(); newIndex++) {}