# HG changeset patch # User Todd Kulesza # Date 967172382 0 # Node ID 4aeb969c70c942d0e791ec73bf2f0aed1de560df # Parent 977048924ce1c01add87b8c745c311a2129b559a [gaim-migrate @ 773] away messages should stop overwriting each other now committer: Tailor Script diff -r 977048924ce1 -r 4aeb969c70c9 src/prefs.c --- 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)