pidgin/gtkconv.c

branch
cpw.qulogic.gtk3
changeset 32905
5a0d150931dd
parent 32902
61be8c069f7b
child 32907
aeb18e260785
equal deleted inserted replaced
32904:f62f39d03dc7 32905:5a0d150931dd
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... */

mercurial