diff -r f62f39d03dc7 -r 5a0d150931dd pidgin/gtkconv.c --- 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)