comparison src/prefs.c @ 7689:950ee542eea0

[gaim-migrate @ 8333] We, the people, feel 5 minutes is more reasonable than 1. Changing this option is going to help me write my paper. I'm not sure how, yet. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 02 Dec 2003 01:41:10 +0000
parents cdfdbabd3266
children d5ee9c6da122
comparison
equal deleted inserted replaced
7688:6ae494459c47 7689:950ee542eea0
103 gaim_prefs_add_none("/plugins/prpl"); 103 gaim_prefs_add_none("/plugins/prpl");
104 104
105 /* Away */ 105 /* Away */
106 gaim_prefs_add_none("/core/away"); 106 gaim_prefs_add_none("/core/away");
107 gaim_prefs_add_bool("/core/away/away_when_idle", TRUE); 107 gaim_prefs_add_bool("/core/away/away_when_idle", TRUE);
108 gaim_prefs_add_int("/core/away/mins_before_away", 1); 108 gaim_prefs_add_int("/core/away/mins_before_away", 5);
109 /* XXX: internationalized string in prefs...evil */ 109 /* XXX: internationalized string in prefs...evil */
110 gaim_prefs_add_string("/core/away/default_message", 110 gaim_prefs_add_string("/core/away/default_message",
111 _("Slightly less boring default")); 111 _("Slightly less boring default"));
112 112
113 /* Away -> Auto Response */ 113 /* Away -> Auto Response */