From 21fd796afeb5462083ba61373ac33e22507c0ac3 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 24 Jul 1996 09:52:16 +0000 Subject: [PATCH] Correzzione al commit precedente git-svn-id: svn://10.65.10.50/trunk@3232 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/relapp.cpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/include/relapp.cpp b/include/relapp.cpp index e2ae38d54..bbc3be4c6 100755 --- a/include/relapp.cpp +++ b/include/relapp.cpp @@ -830,13 +830,7 @@ bool TRelation_application::main_loop() if (autoins_caller().not_empty() && _recins >= 0) { - TString message(MSG_LN); - if (_edflag) - message = MSG_ED; - else - if (_lnflag) - message = MSG_LN; - TMessage msg(autoins_caller(), message, format("%ld", _recins)); + TMessage msg(autoins_caller(), _lnflag ? MSG_LN : MSG_AI, format("%ld", _recins)); msg.send(); } @@ -923,7 +917,6 @@ bool TRelation_application::filter() _autoins_caller = msg->from(); _lnflag = TRUE; - _edflag = TRUE; TAssoc_array field_values; const char * s;