# HG changeset patch # User Mark Doliner # Date 1070329270 0 # Node ID f5042efff33988a075fe68fd3233f22695bdd34c # Parent ddf92439f2e9906df8d6f27560a00518eb5114e3 [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. diff -r ddf92439f2e9 -r f5042efff339 src/prefs.c --- a/src/prefs.c Tue Dec 02 01:01:15 2003 +0000 +++ b/src/prefs.c Tue Dec 02 01:41:10 2003 +0000 @@ -105,7 +105,7 @@ /* Away */ gaim_prefs_add_none("/core/away"); gaim_prefs_add_bool("/core/away/away_when_idle", TRUE); - gaim_prefs_add_int("/core/away/mins_before_away", 1); + gaim_prefs_add_int("/core/away/mins_before_away", 5); /* XXX: internationalized string in prefs...evil */ gaim_prefs_add_string("/core/away/default_message", _("Slightly less boring default"));