diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-05-09 00:26:43 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-05-09 00:26:43 +0000 |
commit | d2f2d3b5c845807249680c275031f94047f9e762 (patch) | |
tree | 1237bb3dc8d677e2e405d11f905e143714638be8 /extra/dconf | |
parent | 886d3d0994eb8e9f3e797155619619e0ef1353f8 (diff) |
Mon May 9 00:26:43 UTC 2011
Diffstat (limited to 'extra/dconf')
-rw-r--r-- | extra/dconf/load-enum.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/extra/dconf/load-enum.patch b/extra/dconf/load-enum.patch deleted file mode 100644 index 949de1e00..000000000 --- a/extra/dconf/load-enum.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 0d00a6ad3385e08eff0c50efe970af8d5d63c536 Mon Sep 17 00:00:00 2001 -From: Robert Ancell <robert.ancell@canonical.com> -Date: Tue, 29 Mar 2011 05:50:12 +0000 -Subject: editor: Load *.enums.xml as well as *.gschema.xml. This was stopping some enums from being loaded. - -Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=636880 ---- -diff --git a/editor/dconf-schema.vala b/editor/dconf-schema.vala -index 2b34e28..c2654b5 100644 ---- a/editor/dconf-schema.vala -+++ b/editor/dconf-schema.vala -@@ -371,7 +371,7 @@ public class SchemaList - while ((info = i.next_file (null)) != null) { - string name = info.get_name(); - -- if (!name.has_suffix(".gschema.xml")) -+ if (!name.has_suffix(".gschema.xml") && !name.has_suffix(".enums.xml")) - continue; - - string path = Path.build_filename(dir, name, null); --- -cgit v0.9 |