# HG changeset patch # User John Bailey # Date 1209535000 0 # Node ID 7eabc4ef27ed7d263e62b3f382d24e8f59eb385a # Parent 83c726877e09084e4618a2617bc19c99171bb985 This fixes the lack of the Local Alias field for IRC accounts since I moved the field to the User Options section earlier. diff -r 83c726877e09 -r 7eabc4ef27ed pidgin/gtkaccount.c --- a/pidgin/gtkaccount.c Wed Apr 30 02:24:51 2008 +0000 +++ b/pidgin/gtkaccount.c Wed Apr 30 05:56:40 2008 +0000 @@ -654,6 +654,7 @@ set_dialog_icon(dialog, NULL, 0, NULL); } +#if 0 if (!dialog->prpl_info || (!(dialog->prpl_info->options & OPT_PROTO_MAIL_CHECK) && (dialog->prpl_info->icon_spec.format == NULL))) { @@ -661,6 +662,7 @@ /* Nothing to see :( aww. */ gtk_widget_hide(dialog->user_frame); } +#endif } static void