aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk-main_window_open_directory.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk-main_window_open_directory.c')
-rw-r--r--src/fs/gnunet-fs-gtk-main_window_open_directory.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/fs/gnunet-fs-gtk-main_window_open_directory.c b/src/fs/gnunet-fs-gtk-main_window_open_directory.c
index 9419ef17..aea8814b 100644
--- a/src/fs/gnunet-fs-gtk-main_window_open_directory.c
+++ b/src/fs/gnunet-fs-gtk-main_window_open_directory.c
@@ -19,11 +19,11 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file src/main_window_open_directory.c 22 * @file src/fs/gnunet-fs-gtk-main_window_open_directory.c
23 * @author Christian Grothoff 23 * @author Christian Grothoff
24 */ 24 */
25#include "common.h" 25#include "gnunet-fs-gtk-common.h"
26#include "fs_event_handler.h" 26#include "gnunet-fs-gtk-event_handler.h"
27 27
28struct AddChildContext 28struct AddChildContext
29{ 29{
@@ -115,7 +115,7 @@ GNUNET_GTK_main_menu_file_open_gnunet_directory_activate_cb (GtkWidget * dummy,
115 char *filename; 115 char *filename;
116 GtkFileFilter *ff; 116 GtkFileFilter *ff;
117 117
118 builder = GNUNET_GTK_get_new_builder ("open_directory_dialog.glade"); 118 builder = GNUNET_GTK_get_new_builder ("gnunet_fs_gtk_open_directory_dialog.glade");
119 if (builder == NULL) 119 if (builder == NULL)
120 { 120 {
121 GNUNET_break (0); 121 GNUNET_break (0);
@@ -144,4 +144,4 @@ GNUNET_GTK_main_menu_file_open_gnunet_directory_activate_cb (GtkWidget * dummy,
144 g_free (filename); 144 g_free (filename);
145} 145}
146 146
147/* end of main_window_open_directory.c */ 147/* end of gnunet-fs-gtk-main_window_open_directory.c */