Mercurial > pidgin
comparison src/prefs.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 | 06f47021ddd3 |
| children | 3738d1eac0ad |
comparison
equal
deleted
inserted
replaced
| 8947:fa6c2d893c51 | 8948:175cbf710a47 |
|---|---|
| 113 _("Slightly less boring default")); | 113 _("Slightly less boring default")); |
| 114 | 114 |
| 115 /* Away -> Auto Response */ | 115 /* Away -> Auto Response */ |
| 116 gaim_prefs_add_none("/core/away/auto_response"); | 116 gaim_prefs_add_none("/core/away/auto_response"); |
| 117 gaim_prefs_add_bool("/core/away/auto_response/enabled", TRUE); | 117 gaim_prefs_add_bool("/core/away/auto_response/enabled", TRUE); |
| 118 gaim_prefs_add_bool("/core/away/auto_response/in_active_conv", TRUE); | |
| 119 gaim_prefs_add_bool("/core/away/auto_response/idle_only", FALSE); | 118 gaim_prefs_add_bool("/core/away/auto_response/idle_only", FALSE); |
| 120 gaim_prefs_add_int("/core/away/auto_response/sec_before_resend", 60); | |
| 121 | 119 |
| 122 /* Buddies */ | 120 /* Buddies */ |
| 123 gaim_prefs_add_none("/core/buddies"); | 121 gaim_prefs_add_none("/core/buddies"); |
| 124 gaim_prefs_add_bool("/core/buddies/use_server_alias", TRUE); | 122 gaim_prefs_add_bool("/core/buddies/use_server_alias", TRUE); |
| 125 | 123 |
| 982 return TRUE; | 980 return TRUE; |
| 983 } | 981 } |
| 984 | 982 |
| 985 void gaim_prefs_update_old() { | 983 void gaim_prefs_update_old() { |
| 986 /* Remove some no-longer-used prefs */ | 984 /* Remove some no-longer-used prefs */ |
| 985 gaim_prefs_remove("/core/away/auto_response/in_active_conv"); | |
| 986 gaim_prefs_remove("/core/away/auto_response/sec_before_resend"); | |
| 987 gaim_prefs_remove("/core/conversations/away_back_on_send"); | 987 gaim_prefs_remove("/core/conversations/away_back_on_send"); |
| 988 gaim_prefs_remove("/core/conversations/send_urls_as_links"); | 988 gaim_prefs_remove("/core/conversations/send_urls_as_links"); |
| 989 gaim_prefs_remove("/core/conversations/im/show_login"); | 989 gaim_prefs_remove("/core/conversations/im/show_login"); |
| 990 } | 990 } |
