| 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, |