GNOME Bugzilla – Bug 338238
Error clicking empty space in CuemiacTreeView
Last modified: 2006-05-14 13:10:21 UTC
Please describe the problem: You must take care of clicks on empty space in CuemiacTreeView. Otherwise, an error will be raised. Steps to reproduce: 1. Click on empty space in CuemiacTreeView Actual results: Traceback (most recent call last):
+ Trace 67591
self.connect ("button-press-event", lambda w,e: self.__on_activated(self.get_path_at_pos(int(e.x), int(e.y))[0]))
Expected results: Does this happen every time? Other information: It should be checked if self.get_path_at_pos(x, y) != None Pretty easy to fix
The patch is described above, marking for gnome-love. Once comitted can be put in 2.14 and 2.16 branch
Created attachment 65312 [details] [review] Fixed that one as described above
Applied in CVS, thanks !