diff options
| -rw-r--r-- | audio/telephony-maemo.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/audio/telephony-maemo.c b/audio/telephony-maemo.c index 9549d4c3..7c91bd8e 100644 --- a/audio/telephony-maemo.c +++ b/audio/telephony-maemo.c @@ -833,6 +833,8 @@ static void handle_call_status(DBusMessage *msg, const char *call_path)  			telephony_update_indicator(maemo_indicators,  							"callsetup",  							EV_CALLSETUP_INACTIVE); +			if (!call->originating) +				telephony_calling_stopped_ind();  			call->setup = FALSE;  		}  		break; | 
