aboutsummaryrefslogtreecommitdiff
path: root/src
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
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')
-rw-r--r--src/fs/gnunet-fs-gtk_main-window-search.c2
-rw-r--r--src/namestore/gnunet-namestore-gtk.c8
2 files changed, 5 insertions, 5 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,
diff --git a/src/namestore/gnunet-namestore-gtk.c b/src/namestore/gnunet-namestore-gtk.c
index b5dca553..a119b5de 100644
--- a/src/namestore/gnunet-namestore-gtk.c
+++ b/src/namestore/gnunet-namestore-gtk.c
@@ -1268,7 +1268,7 @@ check_validity (struct GNUNET_GTK_NAMESTORE_PluginEnvironment *edc)
1268 ( (GNUNET_SYSERR == 1268 ( (GNUNET_SYSERR ==
1269 GNUNET_DNSPARSER_check_label (name)) && 1269 GNUNET_DNSPARSER_check_label (name)) &&
1270 (0 != strcmp (name, 1270 (0 != strcmp (name,
1271 GNUNET_GNS_MASTERZONE_STR))) ) 1271 GNUNET_GNS_EMPTY_LABEL_AT))) )
1272 { 1272 {
1273 edit_dialog_disable_save (edc); 1273 edit_dialog_disable_save (edc);
1274 return; 1274 return;
@@ -2400,7 +2400,7 @@ zone_iteration_proc (void *cls,
2400 GtkTreePath *sel_path; 2400 GtkTreePath *sel_path;
2401 2401
2402 if ( (GNUNET_SYSERR == GNUNET_DNSPARSER_check_label (name)) && 2402 if ( (GNUNET_SYSERR == GNUNET_DNSPARSER_check_label (name)) &&
2403 (0 != strcmp (name, GNUNET_GNS_MASTERZONE_STR)) ) 2403 (0 != strcmp (name, GNUNET_GNS_EMPTY_LABEL_AT)) )
2404 { 2404 {
2405 GNUNET_break (0); 2405 GNUNET_break (0);
2406 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 2406 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
@@ -2537,7 +2537,7 @@ zone_iteration_proc (void *cls,
2537 "%s", 2537 "%s",
2538 EXPIRE_INVALID_STRING); 2538 EXPIRE_INVALID_STRING);
2539 if ( (0 == strcmp (name, 2539 if ( (0 == strcmp (name,
2540 GNUNET_GNS_MASTERZONE_STR)) && 2540 GNUNET_GNS_EMPTY_LABEL_AT)) &&
2541 (GNUNET_GNSRECORD_TYPE_NICK == rd[c].record_type) && 2541 (GNUNET_GNSRECORD_TYPE_NICK == rd[c].record_type) &&
2542 (NULL == current_pseudonym) ) 2542 (NULL == current_pseudonym) )
2543 { 2543 {
@@ -2875,7 +2875,7 @@ update_nick_record (const char *new_name)
2875 oc); 2875 oc);
2876 oc->qe = GNUNET_NAMESTORE_records_store (namestore, 2876 oc->qe = GNUNET_NAMESTORE_records_store (namestore,
2877 pkey, 2877 pkey,
2878 GNUNET_GNS_MASTERZONE_STR, 2878 GNUNET_GNS_EMPTY_LABEL_AT,
2879 total, 2879 total,
2880 rd_new, 2880 rd_new,
2881 &operation_done_cont, 2881 &operation_done_cont,