equal
deleted
inserted
replaced
85 aCommandObserver, |
85 aCommandObserver, |
86 aCommandId, |
86 aCommandId, |
87 aPopupId, |
87 aPopupId, |
88 aAppUid, |
88 aAppUid, |
89 aViewUid ); |
89 aViewUid ); |
90 CleanupStack::PushL( launcher ); |
|
91 launcher->SetData( |
90 launcher->SetData( |
92 aTitle, |
91 aTitle, |
93 aText, |
92 aText, |
94 aSkinId, |
93 aSkinId, |
95 aBitmapFile, |
94 aBitmapFile, |
96 aBitmapId, |
95 aBitmapId, |
97 aMaskId, |
96 aMaskId, |
98 aFlags ); |
97 aFlags ); |
99 iLaunchers.AppendL( launcher ); |
98 iLaunchers.AppendL( launcher ); |
100 CleanupStack::Pop( launcher ); |
|
101 launcher->LaunchDiscreetPopup(); |
99 launcher->LaunchDiscreetPopup(); |
102 } |
100 } |
103 |
101 |
104 |
102 |
105 // --------------------------------------------------------------------------- |
103 // --------------------------------------------------------------------------- |
120 aCommandObserver, |
118 aCommandObserver, |
121 aCommandId, |
119 aCommandId, |
122 aPopupId, |
120 aPopupId, |
123 aAppUid, |
121 aAppUid, |
124 aViewUid ); |
122 aViewUid ); |
125 CleanupStack::PushL( launcher ); |
|
126 launcher->SetData( |
123 launcher->SetData( |
127 aResourceId, |
124 aResourceId, |
128 aResourceFile ); |
125 aResourceFile ); |
129 iLaunchers.AppendL( launcher ); |
126 iLaunchers.AppendL( launcher ); |
130 CleanupStack::Pop( launcher ); |
|
131 launcher->LaunchDiscreetPopup(); |
127 launcher->LaunchDiscreetPopup(); |
132 } |
128 } |
133 |
129 |
134 |
130 |
135 // --------------------------------------------------------------------------- |
131 // --------------------------------------------------------------------------- |