diff options
Diffstat (limited to 'src/namestore/plugin_gtk_namestore_phone.c')
-rw-r--r-- | src/namestore/plugin_gtk_namestore_phone.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/plugin_gtk_namestore_phone.c b/src/namestore/plugin_gtk_namestore_phone.c index 42582fd9..9d1576eb 100644 --- a/src/namestore/plugin_gtk_namestore_phone.c +++ b/src/namestore/plugin_gtk_namestore_phone.c | |||
@@ -124,7 +124,7 @@ phone_validate (void *cls, GtkBuilder *builder) | |||
124 | { | 124 | { |
125 | GtkEditable *entry; | 125 | GtkEditable *entry; |
126 | const gchar *preedit; | 126 | const gchar *preedit; |
127 | struct GNUNET_CRYPTO_EcdsaPublicKey pub; | 127 | struct GNUNET_IDENTITY_PublicKey pub; |
128 | 128 | ||
129 | entry = GTK_EDITABLE ( | 129 | entry = GTK_EDITABLE ( |
130 | gtk_builder_get_object (builder, "edit_dialog_phone_peer_entry")); | 130 | gtk_builder_get_object (builder, "edit_dialog_phone_peer_entry")); |