diff -r efa3ddd6150f -r 0123d5382013 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 */