Actions
Bug #3686
closed/did -c on menu item it causing adiirc crashing
Start date:
08/25/2017
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
No
Description
Hello,
There is an bug crash, when using /did -c into an menu item it crashing the program.
Example Code:
dialog test_64 {
title "test dialog 64"
size -1 -1 50 50
option dbu
text "test message", 3, 15 15 30 20, center
menu "Menu", 10
item "Restart", 1, 10
item break, 506
item "Exit", 2, 10
}
ON *:DIALOG:test_64:init:0: { did -c $dname 10 }
- Thanks!
Actions