diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk_publish-dialog.c')
-rw-r--r-- | src/fs/gnunet-fs-gtk_publish-dialog.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/fs/gnunet-fs-gtk_publish-dialog.c b/src/fs/gnunet-fs-gtk_publish-dialog.c index 0c609fdf..dd34cf88 100644 --- a/src/fs/gnunet-fs-gtk_publish-dialog.c +++ b/src/fs/gnunet-fs-gtk_publish-dialog.c | |||
@@ -1914,7 +1914,8 @@ add_updateable_to_ts (void *cls, const char *last_id, | |||
1914 | /* FIXME-BUG-MAYBE: what if this put fails? Not convinced it cannot... */ | 1914 | /* FIXME-BUG-MAYBE: what if this put fails? Not convinced it cannot... */ |
1915 | desc = GNUNET_FS_GTK_get_description_from_metadata (last_meta); | 1915 | desc = GNUNET_FS_GTK_get_description_from_metadata (last_meta); |
1916 | gtk_tree_store_insert_with_values (uc->ts, &iter, uc->parent, G_MAXINT, 0, | 1916 | gtk_tree_store_insert_with_values (uc->ts, &iter, uc->parent, G_MAXINT, 0, |
1917 | uc->namespace_name, 1, uc->ns, 2, last_id, | 1917 | uc->namespace_name, 1, |
1918 | GNUNET_FS_namespace_dup (uc->ns), 2, last_id, | ||
1918 | 3, GNUNET_FS_uri_dup (last_uri), 4, | 1919 | 3, GNUNET_FS_uri_dup (last_uri), 4, |
1919 | GNUNET_CONTAINER_meta_data_duplicate | 1920 | GNUNET_CONTAINER_meta_data_duplicate |
1920 | (last_meta), 5, "", 6, desc, 7, | 1921 | (last_meta), 5, "", 6, desc, 7, |
@@ -1936,7 +1937,8 @@ add_updateable_to_ts (void *cls, const char *last_id, | |||
1936 | { | 1937 | { |
1937 | /* add leaf */ | 1938 | /* add leaf */ |
1938 | gtk_tree_store_insert_with_values (uc->ts, &titer, &iter, G_MAXINT, 0, | 1939 | gtk_tree_store_insert_with_values (uc->ts, &titer, &iter, G_MAXINT, 0, |
1939 | uc->namespace_name, 1, uc->ns, 2, | 1940 | uc->namespace_name, 1, |
1941 | GNUNET_FS_namespace_dup (uc->ns), 2, | ||
1940 | next_id, 3, NULL, 4, NULL, 5, "", 6, "", | 1942 | next_id, 3, NULL, 4, NULL, 5, "", 6, "", |
1941 | 7, TRUE /* update editable (always) */ , | 1943 | 7, TRUE /* update editable (always) */ , |
1942 | 8, FALSE | 1944 | 8, FALSE |