diff options
author | deva <deva> | 2005-10-26 14:09:13 +0000 |
---|---|---|
committer | deva <deva> | 2005-10-26 14:09:13 +0000 |
commit | 283599ea687e81855d78abffcbf641edb3bf02fb (patch) | |
tree | e3faad94c8c9d7b03733c56938aad1f4c7736711 /src/mainwindow.cc | |
parent | cf2e40851c35846fb9652a41745893b3bd2336ee (diff) |
*** empty log message ***
Diffstat (limited to 'src/mainwindow.cc')
-rw-r--r-- | src/mainwindow.cc | 2 |
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*/ |