openbsd-ports/devel/dconf/patches/patch-editor_dconf-model_c
ajacoutot 3f2dd771ec Update to dconf-0.7.3.
dconf-editor is now using gtk+3 (yay, our first gtk+3 app in tree!).
2011-04-05 18:45:05 +00:00

13 lines
612 B
Plaintext

$OpenBSD: patch-editor_dconf-model_c,v 1.2 2011/04/05 18:45:05 ajacoutot Exp $
--- editor/dconf-model.c.orig Tue Mar 22 16:59:25 2011
+++ editor/dconf-model.c Tue Apr 5 14:41:15 2011
@@ -2303,7 +2303,7 @@ SettingsModel* settings_model_construct (GType object_
_tmp2_ = schema_list_new ();
_schema_list_unref0 (self->schemas);
self->schemas = _tmp2_;
- schema_list_load_directory (self->schemas, "/usr/share/glib-2.0/schemas", &_inner_error_);
+ schema_list_load_directory (self->schemas, "${LOCALBASE}/share/glib-2.0/schemas", &_inner_error_);
if (_inner_error_ != NULL) {
goto __catch3_g_error;
}