diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk-main_window_file_publish.c')
-rw-r--r-- | src/fs/gnunet-fs-gtk-main_window_file_publish.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-fs-gtk-main_window_file_publish.c b/src/fs/gnunet-fs-gtk-main_window_file_publish.c index e8003acf..da3d6c4d 100644 --- a/src/fs/gnunet-fs-gtk-main_window_file_publish.c +++ b/src/fs/gnunet-fs-gtk-main_window_file_publish.c | |||
@@ -1624,7 +1624,7 @@ hide_master_publish_dialog (struct MainPublishingDialogContext *ctx, gint ret) | |||
1624 | 1624 | ||
1625 | if (ret == GTK_RESPONSE_OK) | 1625 | if (ret == GTK_RESPONSE_OK) |
1626 | { | 1626 | { |
1627 | if (TRUE == gtk_tree_selection_get_selected (ctx->file_info_selection, NULL, &iter)) | 1627 | if (TRUE == gtk_tree_selection_get_selected (ctx->pseudonym_selection, NULL, &iter)) |
1628 | { | 1628 | { |
1629 | gtk_tree_model_get (ctx->pseudonym_treemodel, &iter, 1, &namespace, 2, &namespace_id, 5, | 1629 | gtk_tree_model_get (ctx->pseudonym_treemodel, &iter, 1, &namespace, 2, &namespace_id, 5, |
1630 | &namespace_uid, -1); | 1630 | &namespace_uid, -1); |