aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk-download.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk-download.c')
-rw-r--r--src/fs/gnunet-fs-gtk-download.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/fs/gnunet-fs-gtk-download.c b/src/fs/gnunet-fs-gtk-download.c
index 6a0e172c..180a48ec 100644
--- a/src/fs/gnunet-fs-gtk-download.c
+++ b/src/fs/gnunet-fs-gtk-download.c
@@ -19,16 +19,17 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file src/download.c 22 * @file src/fs/gnunet-fs-gtk-download.c
23 * @brief functions for downloading 23 * @brief functions for downloading
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
26#include "download.h" 26#include "gnunet-fs-gtk-download.h"
27#include "gnunet-fs-gtk.h" 27#include "gnunet-fs-gtk.h"
28#include "fs_event_handler.h" 28#include "gnunet-fs-gtk-event_handler.h"
29
29 30
30void 31void
31GNUNET_GTK_open_download_as_dialog (struct DownloadContext *dc) 32GNUNET_FS_GTK_open_download_as_dialog (struct DownloadContext *dc)
32{ 33{
33 GtkWidget *ad; 34 GtkWidget *ad;
34 GtkBuilder *builder; 35 GtkBuilder *builder;
@@ -39,7 +40,7 @@ GNUNET_GTK_open_download_as_dialog (struct DownloadContext *dc)
39 struct DownloadEntry *de; 40 struct DownloadEntry *de;
40 GtkWidget *cb; 41 GtkWidget *cb;
41 42
42 builder = GNUNET_GTK_get_new_builder ("download_as.glade"); 43 builder = GNUNET_GTK_get_new_builder ("gnunet_fs_gtk_download_as_dialog.glade");
43 if (builder == NULL) 44 if (builder == NULL)
44 { 45 {
45 if (dc->rr != NULL) 46 if (dc->rr != NULL)
@@ -133,4 +134,4 @@ GNUNET_GTK_open_download_as_dialog (struct DownloadContext *dc)
133 GNUNET_free (dc); 134 GNUNET_free (dc);
134} 135}
135 136
136/* end of download.c */ 137/* end of gnunet-fs-gtk-download.c */