diff -r 191387a8b767 -r a60acebbbd9d photosgallery/viewframework/uiutilities/inc/glxprogressindicator.h --- a/photosgallery/viewframework/uiutilities/inc/glxprogressindicator.h Tue Apr 27 16:37:53 2010 +0300 +++ b/photosgallery/viewframework/uiutilities/inc/glxprogressindicator.h Tue May 11 16:13:40 2010 +0300 @@ -38,7 +38,10 @@ IMPORT_C static CGlxProgressIndicator* NewL(MDialogDismisedObserver& aGlxGridViewNotifyObserver); ~CGlxProgressIndicator(); static CGlxProgressIndicator* NewLC(MDialogDismisedObserver& aGlxGridViewNotifyObserver); - + /** + * dismiss progress dialog when it is needed + */ + IMPORT_C void DismissProgressDialog(); private: CGlxProgressIndicator(MDialogDismisedObserver& aGlxGridViewNotifyObserver); void ConstructL();