From 283599ea687e81855d78abffcbf641edb3bf02fb Mon Sep 17 00:00:00 2001 From: deva Date: Wed, 26 Oct 2005 14:09:13 +0000 Subject: *** empty log message *** --- src/mainwindow.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainwindow.cc') diff --git a/src/mainwindow.cc b/src/mainwindow.cc index 555d3ab..87088b2 100644 --- a/src/mainwindow.cc +++ b/src/mainwindow.cc @@ -554,6 +554,8 @@ void MainWindow::mute_clicked() muted = !muted; if(muted) btn_mute->setPixmap(*img_unmute); else btn_mute->setPixmap(*img_mute); + + camera->setMute(muted); } #endif /*USE_GUI*/ -- cgit v1.2.3