| 3442 caps & PURPLE_MEDIA_CAPS_AUDIO |
3442 caps & PURPLE_MEDIA_CAPS_AUDIO |
| 3443 ? TRUE : FALSE); |
3443 ? TRUE : FALSE); |
| 3444 gtk_action_set_sensitive(win->video_call, |
3444 gtk_action_set_sensitive(win->video_call, |
| 3445 caps & PURPLE_MEDIA_CAPS_VIDEO |
3445 caps & PURPLE_MEDIA_CAPS_VIDEO |
| 3446 ? TRUE : FALSE); |
3446 ? TRUE : FALSE); |
| 3447 gtk_widget_set_sensitive(win->audio_video_call, |
3447 gtk_action_set_sensitive(win->audio_video_call, |
| 3448 caps & PURPLE_MEDIA_CAPS_AUDIO_VIDEO |
3448 caps & PURPLE_MEDIA_CAPS_AUDIO_VIDEO |
| 3449 ? TRUE : FALSE); |
3449 ? TRUE : FALSE); |
| 3450 } else if (purple_conversation_get_type(conv) |
3450 } else if (purple_conversation_get_type(conv) |
| 3451 == PURPLE_CONV_TYPE_CHAT) { |
3451 == PURPLE_CONV_TYPE_CHAT) { |
| 3452 /* for now, don't care about chats... */ |
3452 /* for now, don't care about chats... */ |