comparison 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
comparison
equal deleted inserted replaced
8947:fa6c2d893c51 8948:175cbf710a47
1120 away_options & OPT_AWAY_QUEUE); 1120 away_options & OPT_AWAY_QUEUE);
1121 gaim_prefs_set_bool("/core/away/auto_response/idle_only", 1121 gaim_prefs_set_bool("/core/away/auto_response/idle_only",
1122 away_options & OPT_AWAY_IDLE_RESP); 1122 away_options & OPT_AWAY_IDLE_RESP);
1123 gaim_prefs_set_bool("/plugins/gtk/docklet/queue_messages", 1123 gaim_prefs_set_bool("/plugins/gtk/docklet/queue_messages",
1124 away_options & OPT_AWAY_QUEUE_UNREAD); 1124 away_options & OPT_AWAY_QUEUE_UNREAD);
1125 gaim_prefs_set_bool("/core/away/auto_response/in_active_conv",
1126 !(away_options & OPT_AWAY_DELAY_IN_USE));
1127 gaim_prefs_set_int("/core/away/auto_response/sec_before_resend",
1128 atoi(p->value[1]));
1129 } else if (!strcmp(p->option, "font_face")) { 1125 } else if (!strcmp(p->option, "font_face")) {
1130 gaim_prefs_set_string("/gaim/gtk/conversations/font_face", 1126 gaim_prefs_set_string("/gaim/gtk/conversations/font_face",
1131 p->value[0]); 1127 p->value[0]);
1132 } else if (!strcmp(p->option, "font_size")) { 1128 } else if (!strcmp(p->option, "font_size")) {
1133 gaim_prefs_set_int("/gaim/gtk/conversations/font_size", atoi(p->value[0])); 1129 gaim_prefs_set_int("/gaim/gtk/conversations/font_size", atoi(p->value[0]));