diff options
| author | senator <senator> | 2008-03-24 13:16:38 +0000 | 
|---|---|---|
| committer | senator <senator> | 2008-03-24 13:16:38 +0000 | 
| commit | 2e87c4608a9fb888fd7669756d8cb457ac305f71 (patch) | |
| tree | 3e8ecbf49f42bac36128a3ae24a7c76722677272 /client/widgets/pushbutton.cc | |
| parent | 885e139e750fa13a581dff70b3d8d91a9170a772 (diff) | |
next button now works; listbox isValid check improved; start macro implemented
Diffstat (limited to 'client/widgets/pushbutton.cc')
| -rw-r--r-- | client/widgets/pushbutton.cc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/client/widgets/pushbutton.cc b/client/widgets/pushbutton.cc index 8d74e4e..26ae83c 100644 --- a/client/widgets/pushbutton.cc +++ b/client/widgets/pushbutton.cc @@ -92,6 +92,6 @@ void PushButton::cancel()  void PushButton::cont()  { -  emit act_continue(); +  emit act_continue(field);    printf("Emit: continue\n");  } | 
