equal
deleted
inserted
replaced
128 iToolbar->AddItemL( button, EAknCtButton, bArray[i].iCommandId,0 ); |
128 iToolbar->AddItemL( button, EAknCtButton, bArray[i].iCommandId,0 ); |
129 |
129 |
130 CleanupStack::Pop( button ); |
130 CleanupStack::Pop( button ); |
131 CleanupStack::PopAndDestroy( tooltipText ); |
131 CleanupStack::PopAndDestroy( tooltipText ); |
132 } |
132 } |
|
133 TRAP_IGNORE(iToolbar->DisableToolbarL( ETrue )); |
133 } |
134 } |
134 } |
135 } |
135 |
136 |
136 // --------------------------------------------------------------------------- |
137 // --------------------------------------------------------------------------- |
137 // CreateButtonL |
138 // CreateButtonL |