| 1967 prpl_info = PURPLE_PLUGIN_PROTOCOL_INFO(prpl); |
1967 prpl_info = PURPLE_PLUGIN_PROTOCOL_INFO(prpl); |
| 1968 |
1968 |
| 1969 if (prpl && prpl_info->get_info) |
1969 if (prpl && prpl_info->get_info) |
| 1970 pidgin_retrieve_user_info(b->account->gc, b->name); |
1970 pidgin_retrieve_user_info(b->account->gc, b->name); |
| 1971 handled = TRUE; |
1971 handled = TRUE; |
| |
1972 } |
| |
1973 else if ((event->button == 1) && (event->type == GDK_2BUTTON_PRESS) && |
| |
1974 ((PURPLE_BLIST_NODE_IS_CONTACT(node)) || (PURPLE_BLIST_NODE_IS_BUDDY(node)))) { |
| |
1975 handled = TRUE; |
| 1972 } |
1976 } |
| 1973 |
1977 |
| 1974 #if (1) |
1978 #if (1) |
| 1975 /* |
1979 /* |
| 1976 * This code only exists because GTK+ doesn't work. If we return |
1980 * This code only exists because GTK+ doesn't work. If we return |