diff options
Diffstat (limited to 'src/gns/gnunet-gns-gtk_zone.c')
-rw-r--r-- | src/gns/gnunet-gns-gtk_zone.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gns/gnunet-gns-gtk_zone.c b/src/gns/gnunet-gns-gtk_zone.c index 147d8cef..44a779bd 100644 --- a/src/gns/gnunet-gns-gtk_zone.c +++ b/src/gns/gnunet-gns-gtk_zone.c | |||
@@ -881,6 +881,13 @@ void zone_iteration_proc (void *cls, | |||
881 | TREE_COL_NOT_DUMMY_ROW, GNUNET_YES, | 881 | TREE_COL_NOT_DUMMY_ROW, GNUNET_YES, |
882 | -1); | 882 | -1); |
883 | 883 | ||
884 | if (GNUNET_SYSERR == GNUNET_NAMESTORE_check_name (name)) | ||
885 | { | ||
886 | gtk_tree_store_set (zc_ctx->gns->ts, &iter_name, | ||
887 | TREE_COL_NAME_COLOR, "red", | ||
888 | -1); | ||
889 | } | ||
890 | |||
884 | 891 | ||
885 | /* Append elements for records */ | 892 | /* Append elements for records */ |
886 | for (c = 0; c < rd_count; c ++) | 893 | for (c = 0; c < rd_count; c ++) |