aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-namestore-gtk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/gnunet-namestore-gtk.c')
-rw-r--r--src/namestore/gnunet-namestore-gtk.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/namestore/gnunet-namestore-gtk.c b/src/namestore/gnunet-namestore-gtk.c
index b03fd247..6e4ac56d 100644
--- a/src/namestore/gnunet-namestore-gtk.c
+++ b/src/namestore/gnunet-namestore-gtk.c
@@ -2171,6 +2171,7 @@ identity_cb (void *cls,
2171 ml); 2171 ml);
2172 return; 2172 return;
2173 } 2173 }
2174 GNUNET_assert (NULL != name);
2174 rr = *ctx; 2175 rr = *ctx;
2175 if (NULL == rr) 2176 if (NULL == rr)
2176 { 2177 {
@@ -2194,9 +2195,9 @@ identity_cb (void *cls,
2194 return; 2195 return;
2195 } 2196 }
2196 path = gtk_tree_row_reference_get_path (rr); 2197 path = gtk_tree_row_reference_get_path (rr);
2197 gtk_tree_model_get_iter (GTK_TREE_MODEL (zone_liststore), 2198 GNUNET_break (gtk_tree_model_get_iter (GTK_TREE_MODEL (zone_liststore),
2198 &iter, 2199 &iter,
2199 path); 2200 path));
2200 gtk_tree_path_free (path); 2201 gtk_tree_path_free (path);
2201 if (NULL == ego) 2202 if (NULL == ego)
2202 { 2203 {