changeset 822:75d9cdffb946

[gaim-migrate @ 832] *sigh* early morning commits... committer: Tailor Script <tailor@pidgin.im>
author Todd Kulesza <fflewddur>
date Fri, 01 Sep 2000 14:52:08 +0000
parents 02250312c02d
children 536931b5109b
files src/prefs.c
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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)