Fri, 25 Aug 2000 02:59:42 +0000
[gaim-migrate @ 773]
away messages should stop overwriting each other now
| src/prefs.c | file | annotate | diff | comparison | revisions |
--- 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)