diff options
Diffstat (limited to 'src/dlg-prop.c')
-rw-r--r-- | src/dlg-prop.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/dlg-prop.c b/src/dlg-prop.c index b7087f2..59cfca2 100644 --- a/src/dlg-prop.c +++ b/src/dlg-prop.c @@ -72,12 +72,7 @@ dlg_prop (FrWindow *window) double ratio; data = g_new (DialogData, 1); - - data->builder = _gtk_builder_new_from_resource ("properties.ui"); - if (data->builder == NULL) { - g_free (data); - return; - } + data->builder = gtk_builder_new_from_resource (ENGRAMPA_RESOURCE_UI_PATH G_DIR_SEPARATOR_S "properties.ui"); /* Get the widgets. */ |