diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2020-01-02 10:36:59 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2020-01-02 10:36:59 +0000 |
commit | 2075f5cc40e17e250bc5a7ca74a6e92c707782b4 (patch) | |
tree | f8ae22b782addb86e924d59d2c7548ecbeb4ba6e /sysutils/catfish/files/patch-catfish_CatfishWindow.py | |
parent | Ensure the port respect NCURSES_IMPL so we can rework the way (diff) |
Update catfish to 1.4.12
Diffstat (limited to 'sysutils/catfish/files/patch-catfish_CatfishWindow.py')
-rw-r--r-- | sysutils/catfish/files/patch-catfish_CatfishWindow.py | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/sysutils/catfish/files/patch-catfish_CatfishWindow.py b/sysutils/catfish/files/patch-catfish_CatfishWindow.py index 6121c1d8535f..c9ee6b6dacab 100644 --- a/sysutils/catfish/files/patch-catfish_CatfishWindow.py +++ b/sysutils/catfish/files/patch-catfish_CatfishWindow.py @@ -1,14 +1,6 @@ ---- catfish/CatfishWindow.py.orig 2019-07-27 11:21:22 UTC +--- catfish/CatfishWindow.py.orig 2020-01-01 18:26:21 UTC +++ catfish/CatfishWindow.py -@@ -22,6 +22,7 @@ import logging - import mimetypes - import os - import subprocess -+import sys - import time - from locale import gettext as _ - from shutil import copy2, rmtree -@@ -738,9 +739,15 @@ class CatfishWindow(Window): +@@ -822,9 +822,15 @@ class CatfishWindow(Window): self.update_index_unlock.set_sensitive(False) if SudoDialog.prefer_pkexec(): |