diff src/conversation.c @ 8942:06f47021ddd3

[gaim-migrate @ 9712] Eradicate the "Sending message removes away status" preference. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 16 May 2004 00:39:03 +0000
parents 7a67c459ab8f
children e2ad3e04d248
line wrap: on
line diff
--- a/src/conversation.c	Sun May 16 00:26:08 2004 +0000
+++ b/src/conversation.c	Sun May 16 00:39:03 2004 +0000
@@ -301,18 +301,6 @@
 			gaim_notify_error(NULL, NULL, _("Unable to send message."), NULL);
 		}
 	}
-	else {
-		if (err > 0 &&
-			gaim_prefs_get_bool("/core/conversations/away_back_on_send")) {
-
-			if (awaymessage != NULL) {
-				do_im_back(NULL, NULL);
-			}
-			else if (gc->away) {
-				serv_set_away(gc, GAIM_AWAY_CUSTOM, NULL);
-			}
-		}
-	}
 
 	g_free(displayed);
 	g_free(sent);
@@ -2608,7 +2596,6 @@
 
 	/* Conversations */
 	gaim_prefs_add_none("/core/conversations");
-	gaim_prefs_add_bool("/core/conversations/away_back_on_send", TRUE);
 	gaim_prefs_add_bool("/core/conversations/use_alias_for_title", TRUE);
 	gaim_prefs_add_bool("/core/conversations/combine_chat_im", FALSE);