summaryrefslogtreecommitdiff
path: root/src/dlg-add-files.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dlg-add-files.c')
-rw-r--r--src/dlg-add-files.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/dlg-add-files.c b/src/dlg-add-files.c
index bdce319..6842811 100644
--- a/src/dlg-add-files.c
+++ b/src/dlg-add-files.c
@@ -140,9 +140,7 @@ add_files_cb (GtkWidget *widget,
DialogData *data;
char *folder;
- builder = _gtk_builder_new_from_resource ("dlg-add-files.ui");
- if (builder == NULL)
- return;
+ builder = gtk_builder_new_from_resource (ENGRAMPA_RESOURCE_UI_PATH G_DIR_SEPARATOR_S "dlg-add-files.ui");
data = g_new0 (DialogData, 1);
data->window = callback_data;