summaryrefslogtreecommitdiff
path: root/lxde-base/lxsession/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-18 10:15:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-18 10:15:03 +0000
commitb284a3168fa91a038925d2ecf5e4791011ea5e7d (patch)
tree16fe44748708acacd909d4e2e160a09a7f6d936a /lxde-base/lxsession/files
parent77398e424e45d9e98c1cef3c43bdadb9d56e81ef (diff)
gentoo resync : 18.11.2019
Diffstat (limited to 'lxde-base/lxsession/files')
-rw-r--r--lxde-base/lxsession/files/lxsession-0.5.2-key2-null.patch20
1 files changed, 0 insertions, 20 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
deleted file mode 100644
index 31c88a9caa66..000000000000
--- a/lxde-base/lxsession/files/lxsession-0.5.2-key2-null.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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 + ";";