Mercurial > pidgin.yaz
changeset 763:4aeb969c70c9
[gaim-migrate @ 773]
away messages should stop overwriting each other now
committer: Tailor Script <tailor@pidgin.im>
author | Todd Kulesza <fflewddur> |
---|---|
date | Fri, 25 Aug 2000 02:59:42 +0000 |
parents | 977048924ce1 |
children | a566fc987db9 |
files | src/prefs.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/prefs.c Fri Aug 25 01:02:17 2000 +0000 +++ b/src/prefs.c Fri Aug 25 02:59:42 2000 +0000 @@ -1155,6 +1155,9 @@ return; strcpy(a->message, edited_message); save_prefs(); + + /* point edited_message to the new text */ + edited_message = gtk_editable_get_chars(GTK_EDITABLE(away_text), 0, -1); } void remove_away_message(GtkWidget *widget, void *dummy)