378d89b
--- alexandria-0.6.3/lib/alexandria/ui/iconview_tooltips.rb.debug	2008-02-21 10:11:37.000000000 +0900
378d89b
+++ alexandria-0.6.3/lib/alexandria/ui/iconview_tooltips.rb	2008-03-23 16:53:56.000000000 +0900
378d89b
@@ -98,7 +98,8 @@
378d89b
   end
378d89b
 
378d89b
   def on_motion(view, event)
378d89b
-    tree_path = view.get_path(event.x, event.y)
378d89b
+    tree_path = nil
378d89b
+    #tree_path = view.get_path(event.x, event.y)
378d89b
     # TODO translate path a few times, for sorting & filtering...
378d89b
     # hmmm, actually seems to work. Report a bug if you can spot a failure
378d89b
     if tree_path