comparison pidgin/gtkaccount.c @ 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 b7847aa66150
children 2ff3eb79078d f3dc7ef7385b
comparison
equal deleted inserted replaced
22767:83c726877e09 22768:7eabc4ef27ed
652 g_strdup(purple_account_get_buddy_icon_path(dialog->account))); 652 g_strdup(purple_account_get_buddy_icon_path(dialog->account)));
653 } else { 653 } else {
654 set_dialog_icon(dialog, NULL, 0, NULL); 654 set_dialog_icon(dialog, NULL, 0, NULL);
655 } 655 }
656 656
657 #if 0
657 if (!dialog->prpl_info || 658 if (!dialog->prpl_info ||
658 (!(dialog->prpl_info->options & OPT_PROTO_MAIL_CHECK) && 659 (!(dialog->prpl_info->options & OPT_PROTO_MAIL_CHECK) &&
659 (dialog->prpl_info->icon_spec.format == NULL))) { 660 (dialog->prpl_info->icon_spec.format == NULL))) {
660 661
661 /* Nothing to see :( aww. */ 662 /* Nothing to see :( aww. */
662 gtk_widget_hide(dialog->user_frame); 663 gtk_widget_hide(dialog->user_frame);
663 } 664 }
665 #endif
664 } 666 }
665 667
666 static void 668 static void
667 add_protocol_options(AccountPrefsDialog *dialog, GtkWidget *parent) 669 add_protocol_options(AccountPrefsDialog *dialog, GtkWidget *parent)
668 { 670 {