diff options
Diffstat (limited to 'src/dlg-password.c')
-rw-r--r-- | src/dlg-password.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/dlg-password.c b/src/dlg-password.c index 0ce51e5..4d7a52e 100644 --- a/src/dlg-password.c +++ b/src/dlg-password.c @@ -88,13 +88,7 @@ dlg_password (GtkWidget *widget, DialogData *data; data = g_new0 (DialogData, 1); - - data->builder = _gtk_builder_new_from_resource ("password.ui"); - if (data->builder == NULL) { - g_free (data); - return; - } - + data->builder = gtk_builder_new_from_resource (ENGRAMPA_RESOURCE_UI_PATH G_DIR_SEPARATOR_S "password.ui"); data->window = window; /* Get the widgets. */ |