# HG changeset patch # User Mark Doliner # Date 1188810143 0 # Node ID 979d1b4fbe35382c16deed0a520bf3b3af0dec2c # Parent 8b887be774e2520b81978544fb826b1e7cd9b94d If a prpl doesn't support icons then hide the "use a custom icon?" checkbox in the account editor. Previously we were hiding the icon selector and the "remove" button, but not the check box. diff -r 8b887be774e2 -r 979d1b4fbe35 pidgin/gtkaccount.c --- a/pidgin/gtkaccount.c Mon Sep 03 07:01:52 2007 +0000 +++ b/pidgin/gtkaccount.c Mon Sep 03 09:02:23 2007 +0000 @@ -653,6 +653,7 @@ gtk_widget_hide(dialog->new_mail_check); if (dialog->prpl_info->icon_spec.format == NULL) + gtk_widget_hide(dialog->icon_check); gtk_widget_hide(dialog->icon_hbox); }