From 9fbed69c0487bd50d0321624275d7dda05316c85 Mon Sep 17 00:00:00 2001 From: Marek Moeckel Date: Sun, 22 May 2005 18:01:45 +0000 Subject: [PATCH] temporarily disabled ringing because it needs fixing SVN-Revision: 2535 --- src/object/infoblock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/object/infoblock.cpp b/src/object/infoblock.cpp index f9f046433..02b2ca2ba 100644 --- a/src/object/infoblock.cpp +++ b/src/object/infoblock.cpp @@ -41,7 +41,7 @@ InfoBlock::InfoBlock(const lisp::Lisp& lisp) if(!lisp.get("message", message)) { std::cerr << "No message in InfoBlock!\n"; } - ringing = true; + ringing = false; } InfoBlock::~InfoBlock() -- 2.11.0