pidgin/gtkblist.c

branch
release-2.x.y
changeset 32134
e5da7785a265
parent 31945
f1d8ab1029c4
child 32987
cdf1e8c4203c
child 33068
811eadbbda34
equal deleted inserted replaced
32133:3c88b0729083 32134:e5da7785a265
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

mercurial