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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/namestore/gnunet-namestore-gtk.c b/src/namestore/gnunet-namestore-gtk.c
index 4b86b45e..8c3ab0b3 100644
--- a/src/namestore/gnunet-namestore-gtk.c
+++ b/src/namestore/gnunet-namestore-gtk.c
@@ -2070,6 +2070,8 @@ gnunet_namestore_gtk_pseu_entry_changed_cb (GtkEditable *editable,
2070 unsigned int rd_count; 2070 unsigned int rd_count;
2071 struct OperationContext *oc; 2071 struct OperationContext *oc;
2072 2072
2073 if (NULL == namestore)
2074 return; /* during shutdown */
2073 pseu = gtk_entry_get_text (GTK_ENTRY (editable)); 2075 pseu = gtk_entry_get_text (GTK_ENTRY (editable));
2074 if ( (NULL != current_pseudonym) && 2076 if ( (NULL != current_pseudonym) &&
2075 (0 == strcmp (pseu, 2077 (0 == strcmp (pseu,