changeset 7317:9b303dd88cb2

[gaim-migrate @ 7901] not that this actually changes anything, but... committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Wed, 22 Oct 2003 18:23:45 +0000
parents 5b408a3fc6f4
children 02b713a5c7e2
files src/prefs.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/prefs.c	Wed Oct 22 16:38:37 2003 +0000
+++ b/src/prefs.c	Wed Oct 22 18:23:45 2003 +0000
@@ -209,6 +209,7 @@
 	switch(pref->type) {
 		case GAIM_PREF_BOOLEAN:
 			pref->value.boolean = FALSE;
+			break;
 		case GAIM_PREF_INT:
 			pref->value.integer = 0;
 			break;