Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Bug 1152948 - merge pull request #29483 from punamdahiya:Bug1152948 t…
Browse files Browse the repository at this point in the history
…o mozilla-b2g:master
  • Loading branch information
mozilla-autolander-deprecated committed Apr 14, 2015
2 parents 5204ebb + aa76d30 commit 64413ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/gallery/js/gallery.js
Expand Up @@ -284,7 +284,8 @@ function fileCreated(fileinfo) {
if (currentView === LAYOUT_MODE.fullscreen) {
if (justSavedEditedImage) {
var banner = $('edit-copy-save-banner');
showFile(0);
// Show latest saved file inserted at index insertPosition
showFile(insertPosition);
navigator.mozL10n.setAttributes($('edit-copy-save-status'),
'edit-copy-saved');
banner.hidden = false;
Expand Down

0 comments on commit 64413ac

Please sign in to comment.