| 805 gtk_notebook_remove_page (GTK_NOTEBOOK(dialog->notebook), 1); |
805 gtk_notebook_remove_page (GTK_NOTEBOOK(dialog->notebook), 1); |
| 806 dialog->protocol_frame = NULL; |
806 dialog->protocol_frame = NULL; |
| 807 } |
807 } |
| 808 |
808 |
| 809 g_list_free_full(dialog->protocol_opt_entries, (GDestroyNotify)protocol_opt_entry_free); |
809 g_list_free_full(dialog->protocol_opt_entries, (GDestroyNotify)protocol_opt_entry_free); |
| |
810 dialog->protocol_opt_entries = NULL; |
| 810 |
811 |
| 811 if (dialog->protocol == NULL || |
812 if (dialog->protocol == NULL || |
| 812 purple_protocol_get_account_options(dialog->protocol) == NULL) |
813 purple_protocol_get_account_options(dialog->protocol) == NULL) |
| 813 return; |
814 return; |
| 814 |
815 |