--- 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; }