Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-11-09 17:44:24 +0000
committerStijn Buys <ingar@osirion.org>2008-11-09 17:44:24 +0000
commit06212c7d8dc20b11f49d54e42f8299740f90a231 (patch)
treeaf179e6015cb86be61ee640154fde1d70967d919 /src/ui/menuview.cc
parentf0ba130494173d01c6e800c95e19dc1826ddc68e (diff)
improved client notifications, minor bugfixes
Diffstat (limited to 'src/ui/menuview.cc')
-rw-r--r--src/ui/menuview.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/menuview.cc b/src/ui/menuview.cc
index 71bdd1a..43757e1 100644
--- a/src/ui/menuview.cc
+++ b/src/ui/menuview.cc
@@ -40,8 +40,7 @@ void MenuView::generate(core::Entity *entity, const char *menulabel)
if (!menulabel)
return;
-
- con_debug << "generating menu " << entity->label() << " " << menulabel << std::endl;
+ //con_debug << "generating menu " << entity->label() << " " << menulabel << std::endl;
remove_children();
menu_container = new Container(this);