Index: src/gtkaccount.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/gtkaccount.c,v retrieving revision 1.149 diff -u -p -r1.149 gtkaccount.c --- src/gtkaccount.c 8 Sep 2004 02:33:52 -0000 1.149 +++ src/gtkaccount.c 11 Sep 2004 16:21:44 -0000 @@ -1570,7 +1570,7 @@ gaim_gtk_account_dialog_show(GaimGtkAcco /* Select the first prpl in the list*/ GList *prpl_list = gaim_plugins_get_protocols(); if (prpl_list != NULL) - dialog->protocol_id = ((GaimPlugin *) prpl_list->data)->info->id; + dialog->protocol_id = g_strdup(((GaimPlugin *) prpl_list->data)->info->id); } else {