diff options
author | anekos | 2013-07-08 22:17:09 +0900 |
---|---|---|
committer | anekos | 2013-07-08 22:17:09 +0900 |
commit | 05753e43a8724d23064843a8cde351692797f8cc (patch) | |
tree | 0eca04e1b40b135115c81defd4d973dea5fa5398 | |
parent | 899e224fa010d90b71cc0aa905ecc76814d79c9c (diff) | |
download | vimperator-plugins-05753e43a8724d23064843a8cde351692797f8cc.tar.bz2 |
保存するんじゃ
-rw-r--r-- | twittperator/twsidebar.tw | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/twittperator/twsidebar.tw b/twittperator/twsidebar.tw index f31fed4..02e8f51 100644 --- a/twittperator/twsidebar.tw +++ b/twittperator/twsidebar.tw @@ -586,6 +586,9 @@ liberator.modules.TWAnekoSB = ANekoSB = (function () { if (!started) return liberator.echoerr('TWAnekoSB has not been started!'); + Store.set("history", Tweets); + Store.save(); + if (isClose && Config.dontStop) { sidebarClosed = true; return; @@ -593,7 +596,6 @@ liberator.modules.TWAnekoSB = ANekoSB = (function () { plugins.twittperator.ChirpUserStream.removeListener(added.chirp); plugins.twittperator.TrackingStream.removeListener(added.filter); - Store.set("history", Tweets); } // }}} function makeAudio (path, volume) { // {{{ |