# HG changeset patch # User Christian Hammond # Date 1056517310 0 # Node ID 235a14ae42f1057a41c10887b9f1ccd0db8b4a24 # Parent fccc33d4b8fa0ea695faf0b7ee377bde3e0b508a [gaim-migrate @ 6399] The protocol drop-down on the Add Account dialog is now updated when changed. committer: Tailor Script diff -r fccc33d4b8fa -r 235a14ae42f1 src/gtkaccount.c --- a/src/gtkaccount.c Wed Jun 25 04:20:30 2003 +0000 +++ b/src/gtkaccount.c Wed Jun 25 05:01:50 2003 +0000 @@ -184,8 +184,10 @@ set_account_protocol_cb(GtkWidget *item, GaimProtocol protocol, AccountPrefsDialog *dialog) { - if ((dialog->plugin = gaim_find_prpl(protocol)) != NULL) + if ((dialog->plugin = gaim_find_prpl(protocol)) != NULL) { dialog->prpl_info = GAIM_PLUGIN_PROTOCOL_INFO(dialog->plugin); + dialog->protocol = dialog->prpl_info->protocol; + } dialog->protocol_id = dialog->plugin->info->id;