# HG changeset patch # User Mark Doliner # Date 1070329270 0 # Node ID 950ee542eea004eb25f05f92f9a036d9afaa3ad4 # Parent 6ae494459c47acf0421ae9baca4114c7e535cc3b [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 diff -r 6ae494459c47 -r 950ee542eea0 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"));