| 1974 prpl_info = PURPLE_PLUGIN_PROTOCOL_INFO(prpl); |
1974 prpl_info = PURPLE_PLUGIN_PROTOCOL_INFO(prpl); |
| 1975 |
1975 |
| 1976 if (prpl && prpl_info->get_info) |
1976 if (prpl && prpl_info->get_info) |
| 1977 pidgin_retrieve_user_info(purple_account_get_connection(purple_buddy_get_account(b)), purple_buddy_get_name(b)); |
1977 pidgin_retrieve_user_info(purple_account_get_connection(purple_buddy_get_account(b)), purple_buddy_get_name(b)); |
| 1978 handled = TRUE; |
1978 handled = TRUE; |
| |
1979 } |
| |
1980 else if ((event->button == 1) && (event->type == GDK_2BUTTON_PRESS) && |
| |
1981 ((PURPLE_BLIST_NODE_IS_CONTACT(node)) || (PURPLE_BLIST_NODE_IS_BUDDY(node)))) { |
| |
1982 handled = TRUE; |
| 1979 } |
1983 } |
| 1980 |
1984 |
| 1981 #if (1) |
1985 #if (1) |
| 1982 /* |
1986 /* |
| 1983 * This code only exists because GTK+ doesn't work. If we return |
1987 * This code only exists because GTK+ doesn't work. If we return |