[gaim-migrate @ 8333]

Tue, 02 Dec 2003 01:41:10 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Tue, 02 Dec 2003 01:41:10 +0000
changeset 7689
f5042efff339
parent 7688
ddf92439f2e9
child 7690
bc95e76ac38a

[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.

src/prefs.c file | annotate | diff | comparison | revisions
--- 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"));

mercurial