From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- .../lxsession/files/lxsession-0.5.2-key2-null.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 lxde-base/lxsession/files/lxsession-0.5.2-key2-null.patch (limited to 'lxde-base/lxsession/files/lxsession-0.5.2-key2-null.patch') diff --git a/lxde-base/lxsession/files/lxsession-0.5.2-key2-null.patch b/lxde-base/lxsession/files/lxsession-0.5.2-key2-null.patch new file mode 100644 index 000000000000..31c88a9caa66 --- /dev/null +++ b/lxde-base/lxsession/files/lxsession-0.5.2-key2-null.patch @@ -0,0 +1,20 @@ +--- lxsession-0.5.2/lxsession/settings.vala.key2 2014-10-18 01:54:57.000000000 +0900 ++++ lxsession-0.5.2/lxsession/settings.vala 2015-07-13 14:56:00.830117779 +0900 +@@ -56,7 +56,7 @@ namespace Lxsession + return return_map; + } + +- public void create_config_item (string categorie, string key1, string key2, string type, string? variable) ++ public void create_config_item (string categorie, string key1, string? key2, string type, string? variable) + { + /* only support string for now */ + string item_key = categorie + ";" + key1 + ";" + key2 + ";"; +@@ -71,7 +71,7 @@ namespace Lxsession + update_support_keys (categorie, key1, key2); + } + +- public void delete_config_item (string categorie, string key1, string key2, string type) ++ public void delete_config_item (string categorie, string key1, string? key2, string type) + { + /* only support string for now */ + string item_key = categorie + ";" + key1 + ";" + key2 + ";"; -- cgit v1.2.3