diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk.c')
-rw-r--r-- | src/fs/gnunet-fs-gtk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/gnunet-fs-gtk.c b/src/fs/gnunet-fs-gtk.c index 63e9f00f..21e03743 100644 --- a/src/fs/gnunet-fs-gtk.c +++ b/src/fs/gnunet-fs-gtk.c | |||
@@ -565,7 +565,7 @@ service_status_change (void *cls, | |||
565 | */ | 565 | */ |
566 | static void | 566 | static void |
567 | monitor_zone_records (void *cls, | 567 | monitor_zone_records (void *cls, |
568 | const struct GNUNET_CRYPTO_EccPrivateKey *zone, | 568 | const struct GNUNET_CRYPTO_EcdsaPrivateKey *zone, |
569 | const char *label, | 569 | const char *label, |
570 | unsigned int rd_count, | 570 | unsigned int rd_count, |
571 | const struct GNUNET_NAMESTORE_RecordData *rd) | 571 | const struct GNUNET_NAMESTORE_RecordData *rd) |
@@ -642,7 +642,7 @@ handle_sks_zone_identity (void *cls, | |||
642 | _("No default ego specified for `fs-sks` service, will not enable namespace search.\n")); | 642 | _("No default ego specified for `fs-sks` service, will not enable namespace search.\n")); |
643 | return; | 643 | return; |
644 | } | 644 | } |
645 | main_context.sks_zone = GNUNET_new (struct GNUNET_CRYPTO_EccPrivateKey); | 645 | main_context.sks_zone = GNUNET_new (struct GNUNET_CRYPTO_EcdsaPrivateKey); |
646 | *main_context.sks_zone = *GNUNET_IDENTITY_ego_get_private_key (ego); | 646 | *main_context.sks_zone = *GNUNET_IDENTITY_ego_get_private_key (ego); |
647 | gtk_widget_show (GTK_WIDGET (GNUNET_FS_GTK_get_main_window_object ("main_window_search_namespace_label"))); | 647 | gtk_widget_show (GTK_WIDGET (GNUNET_FS_GTK_get_main_window_object ("main_window_search_namespace_label"))); |
648 | gtk_widget_show (GTK_WIDGET (GNUNET_FS_GTK_get_main_window_object ("main_window_search_namespace_combobox"))); | 648 | gtk_widget_show (GTK_WIDGET (GNUNET_FS_GTK_get_main_window_object ("main_window_search_namespace_combobox"))); |