diff src/gaimrc.c @ 8948:175cbf710a47

[gaim-migrate @ 9720] Eradicate the "seconds before resending autoresponse" preference (default to 600 seconds) and the "send autoresponse in active conversations" preference (default to no) committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 16 May 2004 06:39:51 +0000
parents fa6c2d893c51
children 3738d1eac0ad
line wrap: on
line diff
--- a/src/gaimrc.c	Sun May 16 06:12:03 2004 +0000
+++ b/src/gaimrc.c	Sun May 16 06:39:51 2004 +0000
@@ -1122,10 +1122,6 @@
 					away_options & OPT_AWAY_IDLE_RESP);
 			gaim_prefs_set_bool("/plugins/gtk/docklet/queue_messages",
 					away_options & OPT_AWAY_QUEUE_UNREAD);
-			gaim_prefs_set_bool("/core/away/auto_response/in_active_conv",
-					!(away_options & OPT_AWAY_DELAY_IN_USE));
-			gaim_prefs_set_int("/core/away/auto_response/sec_before_resend",
-					atoi(p->value[1]));
 		} else if (!strcmp(p->option, "font_face")) {
 			gaim_prefs_set_string("/gaim/gtk/conversations/font_face",
 								  p->value[0]);