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