# HG changeset patch # User Christian Hammond # Date 1060160708 0 # Node ID 7788dd90cfe7920e1feb9c949142ce51f65d55b5 # Parent c05c02b6bfc88f8e237476fee5d04371e9f8d2d6 [gaim-migrate @ 6895] And fix it up a bit so the first account is the default. committer: Tailor Script diff -r c05c02b6bfc8 -r 7788dd90cfe7 plugins/raw.c --- a/plugins/raw.c Wed Aug 06 09:03:09 2003 +0000 +++ b/plugins/raw.c Wed Aug 06 09:05:08 2003 +0000 @@ -111,6 +111,9 @@ dropdown = gaim_gtk_account_option_menu_new(NULL, FALSE, G_CALLBACK(account_changed_cb), NULL); + if (gaim_connections_get_all()) + account = (GaimAccount *)gaim_connections_get_all()->data; + gtk_box_pack_start(GTK_BOX(hbox), dropdown, FALSE, FALSE, 0); /* Entry box */