gaim/gaim

bca297b01c96
Parents 6a3224228589
Children 3b39f821a491
Andrew Hart wants to be able to add a chat by pressing enter in the Alias
field in oldstatus as well as in HEAD.
--- a/src/gtkblist.c Sun Jan 16 20:25:13 2005 -0500
+++ b/src/gtkblist.c Mon Jan 17 06:44:19 2005 -0500
@@ -4483,6 +4483,7 @@
if (alias != NULL)
gtk_entry_set_text(GTK_ENTRY(data->alias_entry), alias);
gtk_box_pack_end(GTK_BOX(rowbox), data->alias_entry, TRUE, TRUE, 0);
+ gtk_entry_set_activates_default(GTK_ENTRY(data->alias_entry), TRUE);
gaim_set_accessible_label (data->alias_entry, label);
rowbox = gtk_hbox_new(FALSE, 5);