diff -r 8aed59de29f9 -r 4eb2df7f7cbe videocollection/videofiledetailsview/inc/videofiledetailsviewplugin.h --- a/videocollection/videofiledetailsview/inc/videofiledetailsviewplugin.h Fri Apr 16 18:13:14 2010 +0300 +++ b/videocollection/videofiledetailsview/inc/videofiledetailsviewplugin.h Fri Apr 30 09:52:11 2010 +0300 @@ -106,7 +106,7 @@ /** * Plugin user can notify orientation changes by connecting into this slot - * ti it's signal. In normal cases, view handles orientation chages itself. + * to it's signal. In normal cases, view handles orientation chages itself. * * @param orientation new orientation */ @@ -117,6 +117,11 @@ * */ void back(); + + /** + * Signaled by HbMessageBox when it's closed. + */ + void deleteVideoDialogFinished(HbAction *action); private slots: