about summary refs log tree commit diff stats
path: root/code/fm.rb
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-07-19 00:48:23 +0200
committerhut <hut@lavabit.com>2009-07-19 00:48:23 +0200
commit29fe5ed49c5f794416e070a624939b1d2925076f (patch)
tree44974da8068342d04863c1311284049f3394717e /code/fm.rb
parent8304d857333facb06aa574ac66da5ccd7761f630 (diff)
downloadranger-29fe5ed49c5f794416e070a624939b1d2925076f.tar.gz
bugfixes, todo
Diffstat (limited to 'code/fm.rb')
-rw-r--r--code/fm.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/code/fm.rb b/code/fm.rb
index 168885d4..84cac712 100644
--- a/code/fm.rb
+++ b/code/fm.rb
@@ -71,7 +71,7 @@ module Fm
 
 	def refresh()
 		begin
-			@pwd.refresh
+			@pwd.refresh!
 			update_pointers
 			draw
 		rescue
@@ -240,7 +240,8 @@ module Fm
 
 	def update_pointers
 		@path.each_with_index do |p, i|
-			p.schedule
+			## is this line necessary?
+#			p.schedule
 			unless i == @path.size - 1
 				p.pointed_file = @path[i+1].path
 			end