Mercurial > pidgin
changeset 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 | a3f4a6581bb6 |
children | fa666e7f747e 626c339b60ae |
files | pidgin/gtkblist.c pidgin/gtkdialogs.c |
diffstat | 2 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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},