Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/elfmz/far2l.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorm32 <mak@trisoft.com.pl>2020-07-17 03:30:22 +0300
committerm32 <mak@trisoft.com.pl>2020-07-17 03:30:22 +0300
commit1647e69cc59528fe2fb5de95a579dd377ab771e7 (patch)
tree330455608ae63f209c38db1713126e66dcb7a8bb /python/configs/plug
parent21a59d581647a53ee8e02616f0f4e73cc0f14547 (diff)
function result - no error ?
Diffstat (limited to 'python/configs/plug')
-rw-r--r--python/configs/plug/far2l/upanel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/configs/plug/far2l/upanel.py b/python/configs/plug/far2l/upanel.py
index e0d4ac27..98333528 100644
--- a/python/configs/plug/far2l/upanel.py
+++ b/python/configs/plug/far2l/upanel.py
@@ -92,4 +92,4 @@ class Plugin(PluginVFS):
self.Items = items
self.info.Control(self.hplugin, self.ffic.FCTL_UPDATEPANEL, 0, 0)
self.info.Control(self.hplugin, self.ffic.FCTL_REDRAWPANEL, 0, 0)
- return 1
+ return 0