summaryrefslogtreecommitdiff
path: root/gtk/gtk_download.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtk_download.c')
-rw-r--r--gtk/gtk_download.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtk_download.c b/gtk/gtk_download.c
index 4d58f389d..a91f25188 100644
--- a/gtk/gtk_download.c
+++ b/gtk/gtk_download.c
@@ -84,11 +84,11 @@ static gboolean nsgtk_download_handle_error (GError *error);
-bool nsgtk_download_init()
+bool nsgtk_download_init(const char *glade_file_location)
{
GladeXML *gladeFile;
- gladeFile = glade_xml_new(glade_downloads_file_location, NULL, NULL);
+ gladeFile = glade_xml_new(glade_file_location, NULL, NULL);
if (gladeFile == NULL)
return false;