diff src/gtkpluginpref.c @ 10414:26eac2362c32

[gaim-migrate @ 11664] I'm starting to feel better. Little change here, little change there. Mostly I added a function gaim_util_write_xml_file to be used to write our config files. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 25 Dec 2004 18:33:27 +0000
parents ec140184437b
children a511b77a368b
line wrap: on
line diff
--- a/src/gtkpluginpref.c	Fri Dec 24 16:45:33 2004 +0000
+++ b/src/gtkpluginpref.c	Sat Dec 25 18:33:27 2004 +0000
@@ -56,7 +56,7 @@
 		case GAIM_PLUGIN_PREF_CHOICE:
 			gtk_label = gaim_gtk_prefs_dropdown_from_list(parent, pref_label,
 											  GAIM_PREF_STRING, pref_name,
-											  gaim_plugin_pref_get_choices(pref));						
+											  gaim_plugin_pref_get_choices(pref));
 			gtk_misc_set_alignment(GTK_MISC(gtk_label), 0, 0.5);
 
 			if(sg)
@@ -116,7 +116,7 @@
 		case GAIM_PLUGIN_PREF_NONE:
 		default:
 			gaim_plugin_pref_get_bounds(pref, &min, &max);
-			gaim_gtk_prefs_labeled_spin_button(parent, pref_label, 
+			gaim_gtk_prefs_labeled_spin_button(parent, pref_label,
 					pref_name, min, max, sg);
 			break;
 	}