Wed, 27 Oct 2010 13:56:25 +0000
Revert unrelated changes that snuck into aa3b95627
| pidgin/plugins/win32/winprefs/winprefs.c | file | annotate | diff | comparison | revisions |
--- 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);