Mercurial > pidgin
changeset 32678:1c7c89f41081
Fix an incorrect function call. Probably a merge error.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Sat, 08 Oct 2011 21:58:16 +0000 |
parents | a87cc77c8e6f |
children | 6142c3f0868f |
files | pidgin/gtkconv.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkconv.c Sat Oct 08 21:57:46 2011 +0000 +++ b/pidgin/gtkconv.c Sat Oct 08 21:58:16 2011 +0000 @@ -3444,7 +3444,7 @@ gtk_action_set_sensitive(win->video_call, caps & PURPLE_MEDIA_CAPS_VIDEO ? TRUE : FALSE); - gtk_widget_set_sensitive(win->audio_video_call, + gtk_action_set_sensitive(win->audio_video_call, caps & PURPLE_MEDIA_CAPS_AUDIO_VIDEO ? TRUE : FALSE); } else if (purple_conversation_get_type(conv)