changeset 16220:68114539cdf7

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
author Mark Doliner <mark@kingant.net>
date Tue, 17 Apr 2007 05:48:59 +0000
parents 8c191d655f51
children 3b9b9a4ce20a 520637b2a592
files pidgin/gtkblist.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;