summaryrefslogtreecommitdiff
path: root/src/mainwindow.cc
diff options
context:
space:
mode:
authordeva <deva>2005-10-26 14:09:13 +0000
committerdeva <deva>2005-10-26 14:09:13 +0000
commit283599ea687e81855d78abffcbf641edb3bf02fb (patch)
treee3faad94c8c9d7b03733c56938aad1f4c7736711 /src/mainwindow.cc
parentcf2e40851c35846fb9652a41745893b3bd2336ee (diff)
*** empty log message ***
Diffstat (limited to 'src/mainwindow.cc')
-rw-r--r--src/mainwindow.cc2
1 files changed, 2 insertions, 0 deletions
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*/