summaryrefslogtreecommitdiff
path: root/src/dlg-password.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dlg-password.c')
-rw-r--r--src/dlg-password.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dlg-password.c b/src/dlg-password.c
index 73e8ad8..7a717b7 100644
--- a/src/dlg-password.c
+++ b/src/dlg-password.c
@@ -89,7 +89,7 @@ dlg_password (GtkWidget *widget,
data = g_new0 (DialogData, 1);
- data->builder = _gtk_builder_new_from_file ("password.ui");
+ data->builder = _gtk_builder_new_from_resource ("password.ui");
if (data->builder == NULL) {
g_free (data);
return;