changeset 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 6ae494459c47
children f118d4b71a00
files src/prefs.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"));