pidgin/gtkaccount.c

changeset 40141
ac2ec9dc4dc5
parent 40139
13cfb1168f42
child 40197
75ffd76260fc
equal deleted inserted replaced
40140:0ce616f8d0ec 40141:ac2ec9dc4dc5
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

mercurial