summaryrefslogtreecommitdiff
path: root/src/dlg-prop.c
diff options
context:
space:
mode:
authorZenWalker <[email protected]>2016-06-24 11:17:22 +0200
committerZenWalker <[email protected]>2016-06-24 23:14:17 +0200
commit0d3a5b087f4bb6c118abe34a14ea27b86583f812 (patch)
tree79e93750318b932a626668fe9e046b7ab2c896df /src/dlg-prop.c
parentbcee9bdc706d1cf65bf800c2bcc96b236dab6ec5 (diff)
downloadengrampa-0d3a5b087f4bb6c118abe34a14ea27b86583f812.tar.bz2
engrampa-0d3a5b087f4bb6c118abe34a14ea27b86583f812.tar.xz
use GResource to store ui files
file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=47619b987b77bdc258af9a554ba022c1f8834774
Diffstat (limited to 'src/dlg-prop.c')
-rw-r--r--src/dlg-prop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dlg-prop.c b/src/dlg-prop.c
index 475737d..4993826 100644
--- a/src/dlg-prop.c
+++ b/src/dlg-prop.c
@@ -89,7 +89,7 @@ dlg_prop (FrWindow *window)
data = g_new (DialogData, 1);
- data->builder = _gtk_builder_new_from_file ("properties.ui");
+ data->builder = _gtk_builder_new_from_resource ("properties.ui");
if (data->builder == NULL) {
g_free (data);
return;