pidgin.2.x.y: 55372aac: There really isn't a good section to stu...
rekkanoryo at pidgin.im
rekkanoryo at pidgin.im
Sun May 13 23:06:09 EDT 2012
----------------------------------------------------------------------
Revision: 55372aac7eca74e2a3121931b867702d2fdfe299
Parent: 9d0c0294c3519913a66f8e5800ef2e1752cadd42
Author: rekkanoryo at pidgin.im
Date: 05/13/12 23:02:20
Branch: im.pidgin.pidgin.2.x.y
URL: http://d.pidgin.im/viewmtn/revision/info/55372aac7eca74e2a3121931b867702d2fdfe299
Changelog:
There really isn't a good section to stuff Eion's name in, so this should do.
Changes against parent 9d0c0294c3519913a66f8e5800ef2e1752cadd42
patched pidgin/gtkblist.c
patched pidgin/gtkdialogs.c
-------------- next part --------------
============================================================
--- pidgin/gtkblist.c 448f490b43c2e0a2883944d358650ab8a76c7cdf
+++ pidgin/gtkblist.c 3ecf06291187f4d225048d8c3f2e12afd08c7bb4
@@ -1970,6 +1970,10 @@ gtk_blist_button_press_cb(GtkWidget *tv,
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)
/*
============================================================
--- pidgin/gtkdialogs.c 36885d4fda348e98fa2b5fdd0dbf010ee1737239
+++ pidgin/gtkdialogs.c 02b14ccc4d25c40ee74e9be294c00e201521e219
@@ -102,6 +102,7 @@ static const struct developer patch_writ
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},
More information about the Commits
mailing list