From f1a23af603dfb250c10f8a4ec6a6f9acbd80d972 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sun, 28 Jun 2009 16:38:39 +0100 Subject: Restructure the class inheritance a bit. This just shuffles around the streamwidget a bit. The RoleWidget child class is the exception, so try and gear things around SinkInput/SourceOutput widgets more to save repeating the same code too much. --- src/rolewidget.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/rolewidget.cc') diff --git a/src/rolewidget.cc b/src/rolewidget.cc index 4da818f..31be005 100644 --- a/src/rolewidget.cc +++ b/src/rolewidget.cc @@ -43,6 +43,10 @@ RoleWidget* RoleWidget::create() { return w; } +bool RoleWidget::onContextTriggerEvent(GdkEventButton*) { + return false; +} + void RoleWidget::onMuteToggleButton() { StreamWidget::onMuteToggleButton(); -- cgit