From b500cd077ca86c23ba11957250072d5dc07b5de4 Mon Sep 17 00:00:00 2001 From: RAED Date: Wed, 8 Oct 2025 03:10:30 +0300 Subject: [PATCH 1/3] Update installer.sh --- installer.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installer.sh b/installer.sh index 6a57967..0834549 100644 --- a/installer.sh +++ b/installer.sh @@ -3,13 +3,13 @@ ######### Only These two lines to edit with new version ###### # next veriosn do not missing to add "" to version number -version=18.4 +version=18.5 description=" What is NEW: -- Small fix for DreamOS +- Small fix ما هو الجديد: -- DreamOS إصلاح صغير لصورة +- إصلاح صغير " ############################################################## From 21347f7659d68af4b8b9855bda2f7115ea76656a Mon Sep 17 00:00:00 2001 From: RAED Date: Wed, 8 Oct 2025 03:10:53 +0300 Subject: [PATCH 2/3] Update version --- .../python/Plugins/Extensions/RaedQuickSignal/tools/version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/enigma2/python/Plugins/Extensions/RaedQuickSignal/tools/version b/usr/lib/enigma2/python/Plugins/Extensions/RaedQuickSignal/tools/version index 0c8d339..72978aa 100644 --- a/usr/lib/enigma2/python/Plugins/Extensions/RaedQuickSignal/tools/version +++ b/usr/lib/enigma2/python/Plugins/Extensions/RaedQuickSignal/tools/version @@ -1,4 +1,4 @@ # RAED(fairbird) # Support (www.tunisia-sat.com) -version=18.4 +version=18.5 From a0e7d755069876afd961ed664252813c6f6afdec Mon Sep 17 00:00:00 2001 From: RAED Date: Wed, 8 Oct 2025 03:11:20 +0300 Subject: [PATCH 3/3] Update plugin.py --- .../enigma2/python/Plugins/Extensions/RaedQuickSignal/plugin.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr/lib/enigma2/python/Plugins/Extensions/RaedQuickSignal/plugin.py b/usr/lib/enigma2/python/Plugins/Extensions/RaedQuickSignal/plugin.py index 7e2d85c..f2a770f 100644 --- a/usr/lib/enigma2/python/Plugins/Extensions/RaedQuickSignal/plugin.py +++ b/usr/lib/enigma2/python/Plugins/Extensions/RaedQuickSignal/plugin.py @@ -1297,8 +1297,6 @@ def Finished(self): self.session.open(MessageBox, _('%s') % title74, MessageBox.TYPE_INFO,timeout=4) def cancel(self): - for x in self["config"].list: - x[1].cancel() self.close() class SearchLocationMSN(Screen):