diff src/gaimrc.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 71fddf3f340d
children f041cc8d86cf
line wrap: on
line diff
--- a/src/gaimrc.c	Sun May 16 00:26:08 2004 +0000
+++ b/src/gaimrc.c	Sun May 16 00:39:03 2004 +0000
@@ -889,8 +889,6 @@
 					general_options & OPT_GEN_CHECK_SPELLING);
 			gaim_prefs_set_bool("/gaim/gtk/conversations/chat/raise_on_events",
 					general_options & OPT_GEN_POPUP_CHAT);
-			gaim_prefs_set_bool("/core/conversations/away_back_on_send",
-					general_options & OPT_GEN_BACK_ON_IM);
 			gaim_prefs_set_bool("/gaim/gtk/conversations/html_shortcuts",
 					general_options & OPT_GEN_CTL_CHARS);
 			gaim_prefs_set_bool("/gaim/gtk/conversations/smiley_shortcuts",
@@ -1132,8 +1130,6 @@
 			}
 		} else if (!strcmp(p->option, "away_options")) {
 			away_options = atoi(p->value[0]);
-			gaim_prefs_set_bool("/core/conversations/away_back_on_send",
-					away_options & OPT_AWAY_BACK_ON_IM);
 			gaim_prefs_set_bool("/core/away/away_when_idle",
 					away_options & OPT_AWAY_AUTO);
 			gaim_prefs_set_bool("/core/away/auto_response/enabled",