fix crash and add missing icon

This commit is contained in:
Simon Morlat 2010-09-30 16:08:54 +02:00
parent 65b98eb5b5
commit 8436ca70e7
2 changed files with 3 additions and 2 deletions

View file

@ -3476,7 +3476,8 @@ void linphone_core_play_dtmf(LinphoneCore *lc, char dtmf, int duration_ms){
**/
void linphone_core_stop_dtmf(LinphoneCore *lc){
MSFilter *f=get_dtmf_gen(lc);
ms_filter_call_method_noarg (f, MS_DTMF_GEN_STOP);
if (f!=NULL)
ms_filter_call_method_noarg (f, MS_DTMF_GEN_STOP);
}

View file

@ -12,6 +12,6 @@ status-orange.png \
status-red.png \
status-offline.png \
contact-orange.png dialer-orange.png history-orange.png\
startcall-green.png stopcall-red.png
startcall-green.png stopcall-red.png addcall-green.png
EXTRA_DIST=$(pixmap_DATA)