diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-01-06 08:50:07 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-01-06 08:50:07 +0000 |
commit | a69dfd505c500630f4f90ecbc49c94a9d3a696ab (patch) | |
tree | cdb545e2c306f8b471b7578855938ef19a00fcfe | |
parent | 89c82fa1b52e50716a9d6ffddfac7fad02f11e89 (diff) | |
download | gnunet-gtk-a69dfd505c500630f4f90ecbc49c94a9d3a696ab.tar.gz gnunet-gtk-a69dfd505c500630f4f90ecbc49c94a9d3a696ab.zip |
-LRN: fix mistype
-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); |