comparison pidgin/gtkconv.c @ 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 59b0cf585038
children 33d15efe7dca
comparison
equal deleted inserted replaced
32677:a87cc77c8e6f 32678:1c7c89f41081
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... */