summaryrefslogtreecommitdiff
path: root/daemon/voicecallmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/voicecallmanager.cpp')
-rw-r--r--daemon/voicecallmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/voicecallmanager.cpp b/daemon/voicecallmanager.cpp
index 79ab797..90a3812 100644
--- a/daemon/voicecallmanager.cpp
+++ b/daemon/voicecallmanager.cpp
@@ -65,8 +65,8 @@ void VoiceCallManager::initialize(bool notifyError)
success &= (bool)QObject::connect(d->interface, SIGNAL(microphoneMutedChanged()), SIGNAL(microphoneMutedChanged()));
success &= (bool)QObject::connect(d->interface, SIGNAL(speakerMutedChanged()), SIGNAL(speakerMutedChanged()));
- onActiveVoiceCallChanged();
onVoiceCallsChanged();
+ onActiveVoiceCallChanged();
}
if(!(d->connected = success))