Commit 32de59ae66bd66150d3b3bd9d3a920ea5bd3b99d

Authored by David RENÉ
1 parent 0266435c

add get_show_string as entry in HK_Table_controller

Showing 2 changed files with 2 additions and 1 deletions   Show diff stats
hayamiki_lib @ 121721e07c3
1   -Subproject commit 79e0a36fdf9a2bb34e0245b53e6a5077b428affa
  1 +Subproject commit 121721e07c35734855b53c726dad24f43dfcae67
... ...
src/generation/files.anubis
... ... @@ -225,6 +225,7 @@ define One
225 225 //view interface
226 226 //selector
227 227 get_selector_"+name+",
  228 + get_"+name+"_show_string,
228 229 hk_trigger_set(var([]), var([]), var([]), var([]), var([]), var([])) //initialize the triggers list as empty
229 230 )",
230 231  
... ...