aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk_publish-edit-dialog.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-02 23:55:18 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-02 23:55:18 +0000
commit7887b5458ab6c8af3347f2aec22d505d184f7454 (patch)
tree663c50b1baa0e1d6b840a752f52ea4587b2253c5 /src/fs/gnunet-fs-gtk_publish-edit-dialog.c
parente6ac82d02fd31b5974816e7f6b8a29cdb7cd3a86 (diff)
downloadgnunet-gtk-7887b5458ab6c8af3347f2aec22d505d184f7454.tar.gz
gnunet-gtk-7887b5458ab6c8af3347f2aec22d505d184f7454.zip
-fix comments
Diffstat (limited to 'src/fs/gnunet-fs-gtk_publish-edit-dialog.c')
-rw-r--r--src/fs/gnunet-fs-gtk_publish-edit-dialog.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fs/gnunet-fs-gtk_publish-edit-dialog.c b/src/fs/gnunet-fs-gtk_publish-edit-dialog.c
index 6d9a641c..47197ae3 100644
--- a/src/fs/gnunet-fs-gtk_publish-edit-dialog.c
+++ b/src/fs/gnunet-fs-gtk_publish-edit-dialog.c
@@ -1143,8 +1143,7 @@ GNUNET_FS_GTK_edit_publish_dialog (GtkWindow * parent,
1143 gtk_widget_set_visible (GTK_WIDGET (index_label), 1143 gtk_widget_set_visible (GTK_WIDGET (index_label),
1144 ! ctx->is_directory); 1144 ! ctx->is_directory);
1145 1145
1146 /* show root label only if we must have keywords, which is also only the 1146 /* show root label only for namespaces */
1147 case for namespaces (FIXME-UNCLEAN: overloaded use of the argument) */
1148 gtk_widget_set_visible (GTK_WIDGET (ctx->root_entry), 1147 gtk_widget_set_visible (GTK_WIDGET (ctx->root_entry),
1149 is_namespace_edit ? TRUE : FALSE); 1148 is_namespace_edit ? TRUE : FALSE);
1150 root_label = GTK_LABEL (gtk_builder_get_object 1149 root_label = GTK_LABEL (gtk_builder_get_object