Modifica riguardante l'invio di un archivio che non ha movimenti validi
git-svn-id: svn://10.65.10.50/trunk@2797 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
74f2ab4b13
commit
48f34849f2
@ -301,7 +301,8 @@ bool TInv_cont::create()
|
||||
_mov = new TLocalisamfile (LF_MOV);
|
||||
_rmov = new TLocalisamfile (LF_RMOV);
|
||||
_rmoviva = new TLocalisamfile (LF_RMOVIVA);
|
||||
_occas = new TLocalisamfile (LF_OCCAS);
|
||||
_occas = new TLocalisamfile (LF_OCCAS);
|
||||
_part = new TLocalisamfile (LF_PARTITE);
|
||||
|
||||
dispatch_e_menu (BAR_ITEM(1));
|
||||
|
||||
@ -317,7 +318,8 @@ bool TInv_cont::destroy()
|
||||
delete _mov;
|
||||
delete _rmov;
|
||||
delete _rmoviva;
|
||||
delete _occas;
|
||||
delete _occas;
|
||||
delete _part;
|
||||
|
||||
return TApplication::destroy();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user