# HG changeset patch # User Todd Kulesza # Date 967819928 0 # Node ID 75d9cdffb946f4e0de2e97cf5350439780852f4b # Parent 02250312c02d2a452f761a3200f141c3f49eeadf [gaim-migrate @ 832] *sigh* early morning commits... committer: Tailor Script diff -r 02250312c02d -r 75d9cdffb946 src/prefs.c --- a/src/prefs.c Fri Sep 01 13:50:34 2000 +0000 +++ b/src/prefs.c Fri Sep 01 14:52:08 2000 +0000 @@ -1153,19 +1153,13 @@ void away_list_unclicked(GtkWidget *widget, struct away_message *a) { if (prefs_away_list == NULL) - { - g_print("early return from away_list_unclicked\n"); return; - } - g_print("away_list_unclicked\n"); - g_print("setting '%s' to '%s'\n", a->name, edited_message); 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); - g_print("edited_message now equals '%s'\n", edited_message); } */ void save_away_message(GtkWidget *widget, void *dummy)