pidgin/pidgin

e5da7785a265
There really isn't a good section to stuff Eion's name in, so this should do.
--- a/pidgin/gtkblist.c Mon May 07 18:06:01 2012 +0000
+++ b/pidgin/gtkblist.c Mon May 14 03:02:20 2012 +0000
@@ -1970,6 +1970,10 @@
pidgin_retrieve_user_info(b->account->gc, b->name);
handled = TRUE;
}
+ else if ((event->button == 1) && (event->type == GDK_2BUTTON_PRESS) &&
+ ((PURPLE_BLIST_NODE_IS_CONTACT(node)) || (PURPLE_BLIST_NODE_IS_BUDDY(node)))) {
+ handled = TRUE;
+ }
#if (1)
/*
--- a/pidgin/gtkdialogs.c Mon May 07 18:06:01 2012 +0000
+++ b/pidgin/gtkdialogs.c Mon May 14 03:02:20 2012 +0000
@@ -102,6 +102,7 @@
static const struct developer patch_writers[] = {
{"Jakub 'haakon' Adam", NULL, NULL},
{"Krzysztof Klinikowski", NULL, NULL},
+ {"Eion Robb", NULL, NULL},
{"Peter 'Fmoo' Ruibal", NULL, NULL},
{"Gabriel 'Nix' Schulhof", NULL, NULL},
{"Tomasz Wasilczyk", NULL, NULL},