Comment out excessive terminal output.
[ardour.git] / gtk2_ardour / simpleline.cc
index ff5a873a9b169e1ff0813cd85cd3f0c3fd1eae18..b1fecba840a82595b28e3f18446ec9fec74dc753 100644 (file)
@@ -3,7 +3,6 @@
 #include "simpleline.h"
 #include "simpleline_p.h"
 
-/* $Id$ */
 
 /* line.ccg
  *
@@ -81,7 +80,7 @@ const Glib::Class& SimpleLine_Class::init()
     //CppClassParent::CppObjectType::get_type();
 
     // Create the wrapper type, with the same class/instance size as the base type.
-    register_derived_type(gnome_canvas_line_get_type());
+    register_derived_type(gnome_canvas_simpleline_get_type());
 
     // Add derived versions of interfaces, if the C type implements any interfaces:
   }
@@ -137,12 +136,12 @@ GType SimpleLine::get_base_type()
 
 Glib::PropertyProxy<guint> SimpleLine::property_color_rgba() 
 {
-  return Glib::PropertyProxy<guint>(this, "color-rgba");
+  return Glib::PropertyProxy<guint>(this, "color_rgba");
 }
 
 Glib::PropertyProxy_ReadOnly<guint> SimpleLine::property_color_rgba() const
 {
-  return Glib::PropertyProxy_ReadOnly<guint>(this, "color-rgba");
+  return Glib::PropertyProxy_ReadOnly<guint>(this, "color_rgba");
 }
 
 Glib::PropertyProxy<double> SimpleLine::property_x1()