Mercurial > pidgin.yaz
changeset 22768:7eabc4ef27ed
This fixes the lack of the Local Alias field for IRC accounts since I moved
the field to the User Options section earlier.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Wed, 30 Apr 2008 05:56:40 +0000 |
parents | 83c726877e09 |
children | 2ff3eb79078d f3dc7ef7385b |
files | pidgin/gtkaccount.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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