diff options
Diffstat (limited to 'src/plugins/fs/namespace_create.c')
-rw-r--r-- | src/plugins/fs/namespace_create.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/fs/namespace_create.c b/src/plugins/fs/namespace_create.c index 3c3c95d7..d38aaab7 100644 --- a/src/plugins/fs/namespace_create.c +++ b/src/plugins/fs/namespace_create.c | |||
@@ -249,12 +249,12 @@ create_namespace_clicked_fs (GtkWidget * dummy1, GtkWidget * dummy2) | |||
249 | namespaceName = gtk_entry_get_text (GTK_ENTRY (nameLine)); | 249 | namespaceName = gtk_entry_get_text (GTK_ENTRY (nameLine)); |
250 | root = GNUNET_NS_namespace_create (ectx, cfg, gtk_spin_button_get_value_as_int (GTK_SPIN_BUTTON (spin)), 1000, /* FIXME: priority */ | 250 | root = GNUNET_NS_namespace_create (ectx, cfg, gtk_spin_button_get_value_as_int (GTK_SPIN_BUTTON (spin)), 1000, /* FIXME: priority */ |
251 | GNUNET_get_time () + 2 * GNUNET_CRON_YEARS, /* FIXME: expiration */ | 251 | GNUNET_get_time () + 2 * GNUNET_CRON_YEARS, /* FIXME: expiration */ |
252 | namespaceName, meta, keywordURI, | 252 | meta, keywordURI, |
253 | &rootEntry); | 253 | &rootEntry); |
254 | if (root != NULL) | 254 | if (root != NULL) |
255 | { | 255 | { |
256 | GNUNET_ECRS_uri_get_namespace_from_sks (root, &namespaceId); | 256 | GNUNET_ECRS_uri_get_namespace_from_sks (root, &namespaceId); |
257 | addTabForNamespace (NULL, namespaceName, &namespaceId, meta, 0); | 257 | addTabForNamespace (NULL, &namespaceId, meta, 0); |
258 | GNUNET_ECRS_uri_destroy (root); | 258 | GNUNET_ECRS_uri_destroy (root); |
259 | } | 259 | } |
260 | else | 260 | else |