diff options
author | hut <hut@lavabit.com> | 2009-11-24 02:02:04 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-11-24 02:02:04 +0100 |
commit | 798d06a2317a5bb4ee38cec4d1d4f5d428d75593 (patch) | |
tree | 335fa4def2632c91acd11e4cee9aac32f9ddd15b /code/fm.py | |
parent | 556d84cd0fa94372c3fc2eb722f6925e61c42778 (diff) | |
download | ranger-798d06a2317a5bb4ee38cec4d1d4f5d428d75593.tar.gz |
stuff
Diffstat (limited to 'code/fm.py')
-rw-r--r-- | code/fm.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/code/fm.py b/code/fm.py index c2fe30a4..6631aee4 100644 --- a/code/fm.py +++ b/code/fm.py @@ -1,5 +1,5 @@ import sys -import ui, debug, directory +import ui, debug, directory, fstype class FM(): def __init__(self, options, environment): @@ -25,6 +25,8 @@ class FM(): try: while 1: try: +# if type(self.env.cf) is directory.Directory: +# self.env.cf.load_content_once() self.ui.feed(self.env.directories, self.env.pwd, self.env.cf, self.env.termsize) self.ui.draw() except KeyboardInterrupt: |