Revision 220f773a75441c843300e6923053e603c3921660
nosnilmot at pidgin.im
nosnilmot at pidgin.im
Wed Apr 11 01:23:21 EDT 2007
o -----------------------------------------------------------------
| Revision: 220f773a75441c843300e6923053e603c3921660
| Ancestor: c68cc532556f638b60b70fc75ac49dfc91027324
| Author: nosnilmot
| Date: 2005-01-17T11:44:19
| Branch: im.pidgin.gaim.oldstatus
|
| Modified files:
| src/gtkblist.c
|
| ChangeLog:
|
| [gaim-migrate @ 11837]
| Andrew Hart wants to be able to add a chat by pressing enter in the Alias
| field in oldstatus as well as in HEAD.
| ============================================================
| --- src/gtkblist.c 3a2a543c6b5828b4786717f3bf0cb966e22270fe
| +++ src/gtkblist.c 3e1016c95cbed4f1b93b5e9cb4483c807732f0e0
| @@ -4483,6 +4483,7 @@ gaim_gtk_blist_request_add_chat(GaimAcco
| 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);
To get the patch for this revision, please do this:
mtn log --last 1 --diffs --from 220f773a75441c843300e6923053e603c3921660
More information about the Commits
mailing list