about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--code/fm.rb8
1 files changed, 3 insertions, 5 deletions
diff --git a/code/fm.rb b/code/fm.rb
index 916d746c..85e60489 100644
--- a/code/fm.rb
+++ b/code/fm.rb
@@ -84,7 +84,7 @@ module Fm
 						while dir = SCHEDULED.shift
 							dir.refresh(true)
 							dir.resize
-#							force_update
+							force_update
 						end
 #					}
 				end
@@ -138,10 +138,8 @@ module Fm
 			end
 
 			begin
-#				@mutex.synchronize {
-					log "drawing"
-					draw()
-#				}
+				log "drawing"
+				draw()
 			rescue Interrupt
 				on_interrupt
 			rescue Exception