diff options
Diffstat (limited to 'devel/dconf/files/patch-editors_dconf-view.vala')
-rw-r--r-- | devel/dconf/files/patch-editors_dconf-view.vala | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/dconf/files/patch-editors_dconf-view.vala b/devel/dconf/files/patch-editors_dconf-view.vala deleted file mode 100644 index 70998f181065..000000000000 --- a/devel/dconf/files/patch-editors_dconf-view.vala +++ /dev/null @@ -1,11 +0,0 @@ ---- editor/dconf-view.vala.orig 2013-05-01 21:48:19.000000000 +0000 -+++ editor/dconf-view.vala 2013-05-01 21:50:26.000000000 +0000 -@@ -270,7 +270,7 @@ - - private void spin_edited_cb(Gtk.CellRendererText renderer, string path, string text) - { -- Key key = get_key_from_path(path); -+ var key = get_key_from_path(path); - switch (key.type_string) - { - case "y": |