# HG changeset patch # User Olaf Wintermann # Date 1781343981 -7200 # Node ID 96858abf075ad7b925691e4d1d52333ad366fed0 # Parent 2c50216019e4a1ee711816cd9a6f55422596a6c5 fix table view activation events, when only an action name is specified diff -r 2c50216019e4 -r 96858abf075a ui/gtk/list.c --- a/ui/gtk/list.c Thu Jun 11 20:53:53 2026 +0200 +++ b/ui/gtk/list.c Sat Jun 13 11:46:21 2026 +0200 @@ -725,7 +725,7 @@ } // event handling - if(args->onactivate) { + if(args->onactivate || args->onactivate_action) { g_signal_connect(view, "activate", G_CALLBACK(ui_columnview_activate), tableview); } if(args->contextmenu) {