aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk-edit_publish_dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk-edit_publish_dialog.c')
-rw-r--r--src/fs/gnunet-fs-gtk-edit_publish_dialog.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/fs/gnunet-fs-gtk-edit_publish_dialog.c b/src/fs/gnunet-fs-gtk-edit_publish_dialog.c
index ab7b968d..3e960cf4 100644
--- a/src/fs/gnunet-fs-gtk-edit_publish_dialog.c
+++ b/src/fs/gnunet-fs-gtk-edit_publish_dialog.c
@@ -19,11 +19,11 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file src/edit_publish_dialog.c 22 * @file src/fs/gnunet-fs-gtk-edit_publish_dialog.c
23 * @author Christian Grothoff 23 * @author Christian Grothoff
24 */ 24 */
25#include "common.h" 25#include "gnunet-fs-gtk-common.h"
26#include "edit_publish_dialog.h" 26#include "gnunet-fs-gtk-edit_publish_dialog.h"
27#include <gnunet/gnunet_util_lib.h> 27#include <gnunet/gnunet_util_lib.h>
28 28
29/** 29/**
@@ -677,11 +677,11 @@ file_information_update (void *cls,
677 * Open the dialog to edit file information data. 677 * Open the dialog to edit file information data.
678 */ 678 */
679void 679void
680GNUNET_GTK_edit_publish_dialog (int *do_index, 680GNUNET_FS_GTK_edit_publish_dialog (int *do_index,
681 char **short_fn, 681 char **short_fn,
682 guint *anonymity_level, 682 guint *anonymity_level,
683 guint *priority, 683 guint *priority,
684 struct GNUNET_FS_FileInformation *fip) 684 struct GNUNET_FS_FileInformation *fip)
685{ 685{
686 GtkWidget *ad; 686 GtkWidget *ad;
687 GtkListStore *ls; 687 GtkListStore *ls;
@@ -692,7 +692,7 @@ GNUNET_GTK_edit_publish_dialog (int *do_index,
692 GtkTreeSelection *sel; 692 GtkTreeSelection *sel;
693 693
694 GNUNET_assert (builder == NULL); 694 GNUNET_assert (builder == NULL);
695 builder = GNUNET_GTK_get_new_builder ("publish_edit_dialog.glade"); 695 builder = GNUNET_GTK_get_new_builder ("gnunet_fs_gtk_publish_edit_dialog.glade");
696 if (builder == NULL) 696 if (builder == NULL)
697 { 697 {
698 GNUNET_break (0); 698 GNUNET_break (0);
@@ -704,9 +704,9 @@ GNUNET_GTK_edit_publish_dialog (int *do_index,
704 { 704 {
705 /* indexing does not apply to directories */ 705 /* indexing does not apply to directories */
706 gtk_widget_hide (GTK_WIDGET (gtk_builder_get_object (builder, 706 gtk_widget_hide (GTK_WIDGET (gtk_builder_get_object (builder,
707 "GNUNET_GTK_edit_file_information_index_check_button"))); 707 "GNUNET_GTK_edit_file_information_index_check_button")));
708 gtk_widget_hide (GTK_WIDGET (gtk_builder_get_object (builder, 708 gtk_widget_hide (GTK_WIDGET (gtk_builder_get_object (builder,
709 "GNUNET_GTK_edit_file_information_index_label"))); 709 "GNUNET_GTK_edit_file_information_index_label")));
710 710
711 } 711 }
712 712
@@ -768,4 +768,4 @@ GNUNET_GTK_edit_publish_dialog (int *do_index,
768 builder = NULL; 768 builder = NULL;
769} 769}
770 770
771/* end of edit_publish_dialog.c */ 771/* end of gnunet-fs-gtk-edit_publish_dialog.c */