From: rashmi udaya Date: Tue, 7 May 2013 09:47:58 +0000 (+0530) Subject: Fix for NSE-37739 X-Git-Tag: submit/tizen_2.1/20130514.051128~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f7155bd70202441156a091c98f8ac7756df5d3ac;hp=d8e513f3cc3dcfebefdd2e1c1ee00bf656df7582;p=apps%2Fosp%2FGallery.git Fix for NSE-37739 Change-Id: I7870a322258b507b883f262d74b53a0d19291aa6 --- diff --git a/src/GlAlbumListPresentationModel.cpp b/src/GlAlbumListPresentationModel.cpp index a86ca84..4fa676c 100644 --- a/src/GlAlbumListPresentationModel.cpp +++ b/src/GlAlbumListPresentationModel.cpp @@ -312,6 +312,8 @@ AlbumListPresentationModel::RenameAlbum(const String& orgPath, const String& new __pAlbumListener = pAlbumListener; r = ContentManager::ScanDirectory(newPath, true, this, __reqId); AppLogDebug("Content scan failed (%s)", GetErrorMessage(r)); + r = ContentManager::ScanDirectory(orgPath, true, this, __reqId); + AppLogDebug("Content scan failed (%s)", GetErrorMessage(r)); } AppLogDebug("EXIT"); return r;