Added copyright lines for files I've edited this year.
[synfig.git] / synfig-studio / trunk / src / gtkmm / state_normal.cpp
index 992db47..f428c3f 100644 (file)
@@ -6,6 +6,7 @@
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
+**     Copyright (c) 2007, 2008 Chris Moore
 **
 **     This package is free software; you can redistribute it and/or
 **     modify it under the terms of the GNU General Public License as
@@ -121,12 +122,12 @@ StateNormal::~StateNormal()
 StateNormal_Context::StateNormal_Context(CanvasView *canvas_view):
        canvas_view(canvas_view)
 {
-       synfig::info("Entered Normal State");
+       // synfig::info("Entered Normal State");
 }
 
 StateNormal_Context::~StateNormal_Context()
 {
-       synfig::info("Left Normal State");
+       // synfig::info("Left Normal State");
 }
 
 void