Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated NGF plugin to allow vibra support in NGFd
Signed-off-by: Tom Swindell <t.swindell@rubyx.co.uk>
  • Loading branch information
Tom Swindell committed Jan 23, 2013
1 parent 78ba7bf commit f7b06fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ngf/src/ngfringtoneplugin.cpp
Expand Up @@ -151,7 +151,7 @@ void NgfRingtonePlugin::onVoiceCallStatusChanged()
}
} else if(d->ringtoneEventId == -1) {
QMap<QString, QVariant> props;
props.insert("media.audio", true);
//props.insert("media.audio", true);

if(d->currentCall->provider()->providerType() != "tel")
{
Expand Down

0 comments on commit f7b06fd

Please sign in to comment.