pidgin/gtkblist.c

changeset 32987
cdf1e8c4203c
parent 32949
0f7818aebe38
parent 32134
e5da7785a265
child 32988
61943eb232e3
child 33138
7e7aeaa31dfe
equal deleted inserted replaced
32986:ddbeda158468 32987:cdf1e8c4203c
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

mercurial