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