aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-04-23 12:41:56 +0200
committerChristian Grothoff <christian@grothoff.org>2018-04-23 12:41:56 +0200
commitd9a8cef3ce2d8015f61b1d24943ca3587b45d093 (patch)
tree4b84115a3b3b501c28a1af3dd81a74f7fb1f4022 /src/fs
parent60d7d182cd7545dda4492cdc03dc5f048bdc98b4 (diff)
downloadgnunet-gtk-d9a8cef3ce2d8015f61b1d24943ca3587b45d093.tar.gz
gnunet-gtk-d9a8cef3ce2d8015f61b1d24943ca3587b45d093.zip
fix obsolete tooltips, rename symbol to match latest gnunet.git API
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/gnunet-fs-gtk_main-window-search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-fs-gtk_main-window-search.c b/src/fs/gnunet-fs-gtk_main-window-search.c
index 10fcf93d..1a869fdd 100644
--- a/src/fs/gnunet-fs-gtk_main-window-search.c
+++ b/src/fs/gnunet-fs-gtk_main-window-search.c
@@ -690,7 +690,7 @@ GNUNET_FS_GTK_save_button_clicked_cb (GtkButton * button,
690 /* show the window */ 690 /* show the window */
691 gtk_window_present (GTK_WINDOW (lctx->progress_dialog)); 691 gtk_window_present (GTK_WINDOW (lctx->progress_dialog));
692 lctx->lr = GNUNET_GNS_lookup (main_ctx->gns, 692 lctx->lr = GNUNET_GNS_lookup (main_ctx->gns,
693 GNUNET_GNS_MASTERZONE_STR, 693 GNUNET_GNS_EMPTY_LABEL_AT,
694 &pkey, 694 &pkey,
695 GNUNET_GNSRECORD_TYPE_NICK, 695 GNUNET_GNSRECORD_TYPE_NICK,
696 GNUNET_NO, 696 GNUNET_NO,