Closed imanel closed 13 years ago
Fix on_double_action - when used together with on_action it was throwing errors. This commit fixes that behaviour.
To reproduce: Create table_view, add on_action and on_double_action. It will raise errors on click. After this patch problem disappears.
Bug and fix confirmed. Thanks for the patch!
Fix on_double_action - when used together with on_action it was throwing errors. This commit fixes that behaviour.
To reproduce: Create table_view, add on_action and on_double_action. It will raise errors on click. After this patch problem disappears.