[Pkg-mozext-commits] [nostalgy] 199/235: Restore view mode after folder change.
David Prévot
taffit at alioth.debian.org
Tue Oct 8 20:42:25 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository nostalgy.
commit 1390d394914447bfeee38534266f094fa3d5c903
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date: Wed Jul 7 08:25:23 2010 +0000
Restore view mode after folder change.
git-svn-id: http://nostalgy.googlecode.com/svn/trunk@199 56b81dcf-5a2f-0410-9db0-014be2e416ff
---
content/nostalgy.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/content/nostalgy.js b/content/nostalgy.js
index 70ec0fa..49e0392 100644
--- a/content/nostalgy.js
+++ b/content/nostalgy.js
@@ -591,6 +591,7 @@ function NostalgyShowFolder(folder) {
}
}
} catch (ex) { NostalgyDebug("Ex: " + ex); }
+ window.gFolderTreeView.mode = saved_mode;
} else {
while (totry > 0) {
try {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/nostalgy.git
More information about the Pkg-mozext-commits
mailing list