aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/gnunet-peerinfo-gtk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo/gnunet-peerinfo-gtk.c')
-rw-r--r--src/peerinfo/gnunet-peerinfo-gtk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/peerinfo/gnunet-peerinfo-gtk.c b/src/peerinfo/gnunet-peerinfo-gtk.c
index 80e7d743..b81a7ce2 100644
--- a/src/peerinfo/gnunet-peerinfo-gtk.c
+++ b/src/peerinfo/gnunet-peerinfo-gtk.c
@@ -430,10 +430,10 @@ peer_address_string_cb (void *cls,
430 430
431 if (NULL == address) 431 if (NULL == address)
432 { 432 {
433 info->tos = NULL; 433 pa->tos = NULL;
434 return; 434 return;
435 } 435 }
436 path = gtk_tree_row_reference_get_path (info->rr); 436 path = gtk_tree_row_reference_get_path (pa->rr);
437 GNUNET_assert (NULL != path); 437 GNUNET_assert (NULL != path);
438 GNUNET_assert (gtk_tree_model_get_iter (GTK_TREE_MODEL (ls), &iter, path)); 438 GNUNET_assert (gtk_tree_model_get_iter (GTK_TREE_MODEL (ls), &iter, path));
439 gtk_tree_path_free (path); 439 gtk_tree_path_free (path);