# HG changeset patch # User Daniel Atallah # Date 1288187785 0 # Node ID e7365705f151547c791c74440b993c7d54254749 # Parent cfcd275dd22722a2cd7a61bb04fe9085a5a2a5cb Revert unrelated changes that snuck into aa3b95627 diff -r cfcd275dd227 -r e7365705f151 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);