# HG changeset patch # User Daniel Atallah # Date 1288187785 0 # Node ID 3edf77c86d982862cc79028648480233a46e5f05 # Parent e0c4797434bf311c73088752c5c826fa5ad64980 Revert unrelated changes that snuck into aa3b95627 diff -r e0c4797434bf -r 3edf77c86d98 pidgin/plugins/win32/winprefs/winprefs.c --- a/pidgin/plugins/win32/winprefs/winprefs.c Wed Oct 27 00:46:14 2010 +0000 +++ b/pidgin/plugins/win32/winprefs/winprefs.c Wed Oct 27 13:56:25 2010 +0000 @@ -267,16 +267,15 @@ } static GtkWidget* get_config_frame(PurplePlugin *plugin) { - GtkWidget *ret, *vbox, *button, *language_sel; + GtkWidget *ret; + GtkWidget *vbox; + GtkWidget *button; char *run_key_val; char *tmp; ret = gtk_vbox_new(FALSE, 18); gtk_container_set_border_width(GTK_CONTAINER(ret), 12); - vbox = pidgin_make_frame(ret, _("Language")); - language_sel = gtk_option_menu_new(); - /* Autostart */ vbox = pidgin_make_frame(ret, _("Startup")); tmp = g_strdup_printf(_("_Start %s on Windows startup"), PIDGIN_NAME);