aboutsummaryrefslogtreecommitdiff
path: root/src/identity/gnunet-identity-gtk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/identity/gnunet-identity-gtk.c')
-rw-r--r--src/identity/gnunet-identity-gtk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/identity/gnunet-identity-gtk.c b/src/identity/gnunet-identity-gtk.c
index 55ed3d67..5d3ba622 100644
--- a/src/identity/gnunet-identity-gtk.c
+++ b/src/identity/gnunet-identity-gtk.c
@@ -450,7 +450,7 @@ add_ego (void *cls,
450 /* insert operation */ 450 /* insert operation */
451 GNUNET_assert (NULL != name); 451 GNUNET_assert (NULL != name);
452 GNUNET_IDENTITY_ego_get_public_key (ego, &pub); 452 GNUNET_IDENTITY_ego_get_public_key (ego, &pub);
453 id = GNUNET_CRYPTO_ecc_public_key_to_string (&pub); 453 id = GNUNET_CRYPTO_ecc_public_sign_key_to_string (&pub);
454 gtk_list_store_insert_with_values (ls, 454 gtk_list_store_insert_with_values (ls,
455 &iter, G_MAXINT, 455 &iter, G_MAXINT,
456 IDENTITY_MC_NAME, name, 456 IDENTITY_MC_NAME, name,