diff options
author | hut <hut@lavabit.com> | 2013-02-15 22:14:48 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2013-02-15 22:14:48 +0100 |
commit | 3a0536e460e95b94409168a14a224e6f00d4c1fc (patch) | |
tree | f5deeffebda84211668c88ed14bdf0b3e6b2d08d | |
parent | 33f101caae297c3a84ecf5254ea4b66ecc766139 (diff) | |
download | ranger-3a0536e460e95b94409168a14a224e6f00d4c1fc.tar.gz |
core.actions: Don't break "uq" key on fm.reset()
-rw-r--r-- | ranger/core/actions.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ranger/core/actions.py b/ranger/core/actions.py index b02160aa..e0612952 100644 --- a/ranger/core/actions.py +++ b/ranger/core/actions.py @@ -44,7 +44,6 @@ class Actions(FileManagerAware, EnvironmentAware, SettingsAware): def reset(self): """Reset the filemanager, clearing the directory buffer""" old_path = self.thisdir.path - self.restorable_tabs = {} self.previews = {} self.garbage_collect(-1) self.enter_dir(old_path) |