summaryrefslogtreecommitdiff
path: root/lxde-base/lxsession/files/lxsession-0.5.2-key2-null.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /lxde-base/lxsession/files/lxsession-0.5.2-key2-null.patch
reinit the tree, so we can have metadata
Diffstat (limited to 'lxde-base/lxsession/files/lxsession-0.5.2-key2-null.patch')
-rw-r--r--lxde-base/lxsession/files/lxsession-0.5.2-key2-null.patch20
1 files changed, 20 insertions, 0 deletions
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 + ";";