Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
8941:71fddf3f340d | 8942:06f47021ddd3 |
---|---|
887 #endif | 887 #endif |
888 gaim_prefs_set_bool("/gaim/gtk/conversations/spellecheck", | 888 gaim_prefs_set_bool("/gaim/gtk/conversations/spellecheck", |
889 general_options & OPT_GEN_CHECK_SPELLING); | 889 general_options & OPT_GEN_CHECK_SPELLING); |
890 gaim_prefs_set_bool("/gaim/gtk/conversations/chat/raise_on_events", | 890 gaim_prefs_set_bool("/gaim/gtk/conversations/chat/raise_on_events", |
891 general_options & OPT_GEN_POPUP_CHAT); | 891 general_options & OPT_GEN_POPUP_CHAT); |
892 gaim_prefs_set_bool("/core/conversations/away_back_on_send", | |
893 general_options & OPT_GEN_BACK_ON_IM); | |
894 gaim_prefs_set_bool("/gaim/gtk/conversations/html_shortcuts", | 892 gaim_prefs_set_bool("/gaim/gtk/conversations/html_shortcuts", |
895 general_options & OPT_GEN_CTL_CHARS); | 893 general_options & OPT_GEN_CTL_CHARS); |
896 gaim_prefs_set_bool("/gaim/gtk/conversations/smiley_shortcuts", | 894 gaim_prefs_set_bool("/gaim/gtk/conversations/smiley_shortcuts", |
897 general_options & OPT_GEN_CTL_SMILEYS); | 895 general_options & OPT_GEN_CTL_SMILEYS); |
898 gaim_prefs_set_bool("/core/away/away_when_idle", | 896 gaim_prefs_set_bool("/core/away/away_when_idle", |
1130 else if(sound_options & OPT_SOUND_BEEP) | 1128 else if(sound_options & OPT_SOUND_BEEP) |
1131 gaim_prefs_set_string("/gaim/gtk/sound/method", "beep"); | 1129 gaim_prefs_set_string("/gaim/gtk/sound/method", "beep"); |
1132 } | 1130 } |
1133 } else if (!strcmp(p->option, "away_options")) { | 1131 } else if (!strcmp(p->option, "away_options")) { |
1134 away_options = atoi(p->value[0]); | 1132 away_options = atoi(p->value[0]); |
1135 gaim_prefs_set_bool("/core/conversations/away_back_on_send", | |
1136 away_options & OPT_AWAY_BACK_ON_IM); | |
1137 gaim_prefs_set_bool("/core/away/away_when_idle", | 1133 gaim_prefs_set_bool("/core/away/away_when_idle", |
1138 away_options & OPT_AWAY_AUTO); | 1134 away_options & OPT_AWAY_AUTO); |
1139 gaim_prefs_set_bool("/core/away/auto_response/enabled", | 1135 gaim_prefs_set_bool("/core/away/auto_response/enabled", |
1140 !(away_options & OPT_AWAY_NO_AUTO_RESP)); | 1136 !(away_options & OPT_AWAY_NO_AUTO_RESP)); |
1141 gaim_prefs_set_bool("/gaim/gtk/away/queue_messages", | 1137 gaim_prefs_set_bool("/gaim/gtk/away/queue_messages", |