summaryrefslogtreecommitdiff
path: root/gtk2_ardour/simpleline.cc
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2005-11-26 12:00:24 +0000
committerTim Mayberry <mojofunk@gmail.com>2005-11-26 12:00:24 +0000
commitcd10162199173bdbde52977bca2a56d256ea8b65 (patch)
treefd09c32174b92b27a4dd29ad401ec4b4cc528e70 /gtk2_ardour/simpleline.cc
parentebb7b8712e8909772b463d775c7526c69eb75bb1 (diff)
Canvas GObject fixes
git-svn-id: svn://localhost/trunk/ardour2@120 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/simpleline.cc')
-rw-r--r--gtk2_ardour/simpleline.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/simpleline.cc b/gtk2_ardour/simpleline.cc
index f0ef072ad6..4a50ccb4aa 100644
--- a/gtk2_ardour/simpleline.cc
+++ b/gtk2_ardour/simpleline.cc
@@ -137,12 +137,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()