| 1263 PurpleConversation *conv = pidgin_conv_window_get_active_conversation(win); |
1263 PurpleConversation *conv = pidgin_conv_window_get_active_conversation(win); |
| 1264 |
1264 |
| 1265 if (purple_conversation_get_type(conv) == PURPLE_CONV_TYPE_IM) { |
1265 if (purple_conversation_get_type(conv) == PURPLE_CONV_TYPE_IM) { |
| 1266 purple_prpl_send_attention(purple_conversation_get_gc(conv), |
1266 purple_prpl_send_attention(purple_conversation_get_gc(conv), |
| 1267 purple_conversation_get_name(conv), 0); |
1267 purple_conversation_get_name(conv), 0); |
| 1268 purple_conversation_attention(conv, purple_conversation_get_name(conv), |
|
| 1269 0, PURPLE_MESSAGE_SEND, time(NULL)); |
|
| 1270 } |
1268 } |
| 1271 } |
1269 } |
| 1272 |
1270 |
| 1273 static void |
1271 static void |
| 1274 menu_add_pounce_cb(gpointer data, guint action, GtkWidget *widget) |
1272 menu_add_pounce_cb(gpointer data, guint action, GtkWidget *widget) |