diff options
author | Christian Grothoff <christian@grothoff.org> | 2014-01-09 10:34:32 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2014-01-09 10:34:32 +0000 |
commit | 6ce73b7cf2cff11261dea3ff42eee9d4d22c8ce7 (patch) | |
tree | 3b391d1519995bfa3561f4ca84fe3383d5484499 | |
parent | 88248030d46441376f49ccaa25a2f2d11d2f07c7 (diff) | |
download | gnunet-gtk-6ce73b7cf2cff11261dea3ff42eee9d4d22c8ce7.tar.gz gnunet-gtk-6ce73b7cf2cff11261dea3ff42eee9d4d22c8ce7.zip |
-fix ftbfs
-rw-r--r-- | src/peerinfo/gnunet-peerinfo-gtk.c | 4 |
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); |