comparison pidgin/gtkblist.c @ 32801:0d8e718cdb64

There really isn't a good section to stuff Eion's name in, so this should do.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Mon, 14 May 2012 03:02:20 +0000
parents 4bdf4e5e6d67
children fa666e7f747e
comparison
equal deleted inserted replaced
32800:a3f4a6581bb6 32801:0d8e718cdb64
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