javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/src/swtdisplay.cpp
branchRCL_3
changeset 60 6c158198356e
parent 25 9ac0a0a7da70
--- a/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/src/swtdisplay.cpp	Thu Jul 15 18:31:06 2010 +0300
+++ b/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/src/swtdisplay.cpp	Thu Aug 19 09:48:13 2010 +0300
@@ -589,7 +589,7 @@
 CSwtDialogBroker* CSwtDisplay::CreateDialogBrokerL()
 {
     CSwtDialogBroker* dlgBroker =  new(ELeave) CSwtDialogBroker(this, CSwtDialogBroker::ENoRequest);
-    iDialogBrokers.Append(dlgBroker);
+    iDialogBrokers.AppendL(dlgBroker);
     return dlgBroker;
 }