openbsd-ports/devel/dconf/patches/patch-editor_dconf-model_vala
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
577 B
Plaintext

$OpenBSD: patch-editor_dconf-model_vala,v 1.2 2011/04/05 18:45:05 ajacoutot Exp $
--- editor/dconf-model.vala.orig Tue Mar 22 16:35:32 2011
+++ editor/dconf-model.vala Tue Apr 5 14:38:47 2011
@@ -564,7 +564,7 @@ public class SettingsModel: GLib.Object, Gtk.TreeModel
schemas = new SchemaList();
try
{
- schemas.load_directory("/usr/share/glib-2.0/schemas");
+ schemas.load_directory("${LOCALBASE}/share/glib-2.0/schemas");
} catch (Error e) {
warning("Failed to parse schemas: %s", e.message);
}