# HG changeset patch # User John Bailey # Date 1336964540 0 # Node ID 0d8e718cdb64237a951bfee34575c26419c12419 # Parent a3f4a6581bb6caa1c9a857d26508d21ec2506144 There really isn't a good section to stuff Eion's name in, so this should do. diff -r a3f4a6581bb6 -r 0d8e718cdb64 pidgin/gtkblist.c --- 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) /* diff -r a3f4a6581bb6 -r 0d8e718cdb64 pidgin/gtkdialogs.c --- 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},