Correzzione al commit precedente
git-svn-id: svn://10.65.10.50/trunk@3232 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
7f4f98d0b4
commit
21fd796afe
@ -830,13 +830,7 @@ bool TRelation_application::main_loop()
|
|||||||
|
|
||||||
if (autoins_caller().not_empty() && _recins >= 0)
|
if (autoins_caller().not_empty() && _recins >= 0)
|
||||||
{
|
{
|
||||||
TString message(MSG_LN);
|
TMessage msg(autoins_caller(), _lnflag ? MSG_LN : MSG_AI, format("%ld", _recins));
|
||||||
if (_edflag)
|
|
||||||
message = MSG_ED;
|
|
||||||
else
|
|
||||||
if (_lnflag)
|
|
||||||
message = MSG_LN;
|
|
||||||
TMessage msg(autoins_caller(), message, format("%ld", _recins));
|
|
||||||
msg.send();
|
msg.send();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -923,7 +917,6 @@ bool TRelation_application::filter()
|
|||||||
|
|
||||||
_autoins_caller = msg->from();
|
_autoins_caller = msg->from();
|
||||||
_lnflag = TRUE;
|
_lnflag = TRUE;
|
||||||
_edflag = TRUE;
|
|
||||||
|
|
||||||
TAssoc_array field_values;
|
TAssoc_array field_values;
|
||||||
const char * s;
|
const char * s;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user