From 814548b3fe862f4ee1d8817bac989031eea983bc Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 13 Jun 2008 11:13:54 +0000 Subject: Replace the has-dtmf property by empathy_tp_call_has_dtmf() (Alban Crequy) svn path=/trunk/; revision=1165 --- src/empathy-call-window.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c index 02df753a7..c5e7e6419 100644 --- a/src/empathy-call-window.c +++ b/src/empathy-call-window.c @@ -340,7 +340,6 @@ call_window_update (EmpathyCallWindow *window) EmpathyTpCallStream *audio_stream; EmpathyTpCallStream *video_stream; gboolean is_incoming; - gboolean has_dtmf; gchar *title; g_object_get (window->call, @@ -349,7 +348,6 @@ call_window_update (EmpathyCallWindow *window) "video-stream", &video_stream, "contact", &contact, "is-incoming", &is_incoming, - "has-dtmf", &has_dtmf, NULL); if (video_stream->state > audio_stream->state) @@ -361,7 +359,7 @@ call_window_update (EmpathyCallWindow *window) "is-incoming: %d video-stream direction: %d", window->status, stream_state, is_incoming, video_stream->direction); - if (has_dtmf) + if (empathy_tp_call_has_dtmf (window->call)) { gtk_widget_show (window->keypad_expander); } -- cgit v1.2.3