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
96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122