temporarily disabled ringing because it needs fixing
authorMarek Moeckel <wansti@gmx.de>
Sun, 22 May 2005 18:01:45 +0000 (18:01 +0000)
committerMarek Moeckel <wansti@gmx.de>
Sun, 22 May 2005 18:01:45 +0000 (18:01 +0000)
SVN-Revision: 2535

src/object/infoblock.cpp

index f9f0464..02b2ca2 100644 (file)
@@ -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()