diff -r 5a0231b9b25b -r b12e7444a0cb pidgin/gtkaccount.c --- a/pidgin/gtkaccount.c Wed May 07 17:14:50 2014 +0200 +++ b/pidgin/gtkaccount.c Wed May 07 17:42:40 2014 +0200 @@ -1076,7 +1076,7 @@ gtk_entry_set_text(GTK_ENTRY(gtk_bin_get_child(GTK_BIN(entry))), str_value); else - gtk_entry_set_text(GTK_ENTRY(entry), str_value); + gtk_entry_set_text(GTK_ENTRY(entry), str_value ? str_value : ""); title = g_strdup_printf("_%s:", purple_account_option_get_text(option));