# HG changeset patch # User Mark Doliner # Date 1176788939 0 # Node ID 68114539cdf78aa114ac282406cb077e3fb06efc # Parent 8c191d655f5160f1e5e51d45cbc2a9ff0eb66116 Patch from SuperMMX, "I would like to be able to rename (alias) my selected buddies with F2. It would be consistent with renaming files in Nautilus." Fixes #95 diff -r 8c191d655f51 -r 68114539cdf7 pidgin/gtkblist.c --- a/pidgin/gtkblist.c Tue Apr 17 04:22:49 2007 +0000 +++ b/pidgin/gtkblist.c Tue Apr 17 05:48:59 2007 +0000 @@ -1140,6 +1140,8 @@ } if(buddy) serv_get_info(buddy->account->gc, buddy->name); + } else if (event->keyval == GDK_F2) { + gtk_blist_menu_alias_cb(tv, node); } return FALSE;