summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuiz Augusto Von Dentz <luiz.dentz-von@nokia.com>2010-05-21 11:10:15 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2010-05-21 11:16:39 +0200
commit5126e1b8808e669829bc73af2dc73595db2b9023 (patch)
tree090c07e26f0e7659e06e95ea8c923ce62eda832e
parent6da71419a952e20e4e32843cc6d381246b8be104 (diff)
downloadbluez-5126e1b8808e669829bc73af2dc73595db2b9023.tar.gz
Fix service indicator not sent when entering searching state
-rw-r--r--audio/telephony-maemo6.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/telephony-maemo6.c b/audio/telephony-maemo6.c
index e40d6e398..e405f40ae 100644
--- a/audio/telephony-maemo6.c
+++ b/audio/telephony-maemo6.c
@@ -1194,6 +1194,7 @@ static void update_registration_status(const char *status)
EV_SERVICE_PRESENT);
break;
case NETWORK_REG_STATUS_OFFLINE:
+ case NETWORK_REG_STATUS_SEARCHING:
case NETWORK_REG_STATUS_NO_SIM:
case NETWORK_REG_STATUS_POWEROFF:
case NETWORK_REG_STATUS_POWERSAFE: