finch/gntconv.c

changeset 31294
73607ab89c6f
parent 29712
71a13184fb4f
child 31643
805b37d317a2
equal deleted inserted replaced
31293:169eeb43b52c 31294:73607ab89c6f
1153 if (fc && fc->window) 1153 if (fc && fc->window)
1154 return gnt_widget_has_focus(fc->window); 1154 return gnt_widget_has_focus(fc->window);
1155 return FALSE; 1155 return FALSE;
1156 } 1156 }
1157 1157
1158 static PurpleConversationUiOps conv_ui_ops = 1158 static PurpleConversationUiOps conv_ui_ops =
1159 { 1159 {
1160 finch_create_conversation, 1160 finch_create_conversation,
1161 finch_destroy_conversation, 1161 finch_destroy_conversation,
1162 finch_write_chat, 1162 finch_write_chat,
1163 finch_write_im, 1163 finch_write_im,

mercurial