equal
deleted
inserted
replaced
2385 CancelFetch(); |
2385 CancelFetch(); |
2386 } |
2386 } |
2387 //Close the uploading dialog. |
2387 //Close the uploading dialog. |
2388 iDialogsProvider->UploadProgressNoteL( |
2388 iDialogsProvider->UploadProgressNoteL( |
2389 0, 0, ETrue, (MBrowserDialogsProviderObserver *)this ); |
2389 0, 0, ETrue, (MBrowserDialogsProviderObserver *)this ); |
2390 |
2390 //connection has been lost, so cancel the authentication dialog. |
|
2391 iDialogsProvider->CancelAll(); |
2391 // SendDisconnectEventL(); |
2392 // SendDisconnectEventL(); |
2392 // not needed as by that point HTTPSession was already shutdown by executing disconnect menu option |
2393 // not needed as by that point HTTPSession was already shutdown by executing disconnect menu option |
2393 // will cause a crash when user tries to quickly reconnect right after disconnecting, as HTTP session |
2394 // will cause a crash when user tries to quickly reconnect right after disconnecting, as HTTP session |
2394 // is starting to initialize, while this call is trying to close it. |
2395 // is starting to initialize, while this call is trying to close it. |
2395 } |
2396 } |