Fix for NSE-37739
authorrashmi udaya <rashmi.uday@samsung.com>
Tue, 7 May 2013 09:47:58 +0000 (15:17 +0530)
committerrashmi udaya <rashmi.uday@samsung.com>
Tue, 7 May 2013 09:47:58 +0000 (15:17 +0530)
Change-Id: I7870a322258b507b883f262d74b53a0d19291aa6

src/GlAlbumListPresentationModel.cpp

index a86ca84..4fa676c 100644 (file)
@@ -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;