diff options
author | 2023-08-26 16:01:54 +0600 | |
---|---|---|
committer | 2023-08-26 16:01:54 +0600 | |
commit | 22b47d8f27c3d4558f1df2d79cad7a63fd7cc871 (patch) | |
tree | 4f9e55dec008a3f1de61cabfb577fe254ae6e36e /debian/patches/lp1690541-details-open-twice.patch | |
parent | 70faa8e9a0ff3cba74b4f753e257d56b768fcbd2 (diff) | |
download | aptdaemon-22b47d8f27c3d4558f1df2d79cad7a63fd7cc871.tar.gz aptdaemon-22b47d8f27c3d4558f1df2d79cad7a63fd7cc871.zip |
Drop unused patches
Signed-off-by: Mubashshir <ahm@jadupc.com>
Diffstat (limited to 'debian/patches/lp1690541-details-open-twice.patch')
-rw-r--r-- | debian/patches/lp1690541-details-open-twice.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/patches/lp1690541-details-open-twice.patch b/debian/patches/lp1690541-details-open-twice.patch deleted file mode 100644 index 329515f..0000000 --- a/debian/patches/lp1690541-details-open-twice.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: aptdaemon-1.1.1+bzr982/aptdaemon/gtk3widgets.py -=================================================================== ---- aptdaemon-1.1.1+bzr982.orig/aptdaemon/gtk3widgets.py -+++ aptdaemon-1.1.1+bzr982/aptdaemon/gtk3widgets.py -@@ -395,6 +395,7 @@ class AptTerminal(Vte.Terminal): - self._master, self._slave = pty.openpty() - self._ttyname = os.ttyname(self._slave) - self.set_size(80, 24) -+ self.set_vexpand(True) - self.set_pty(Vte.Pty.new_foreign_sync(self._master)) - if transaction is not None: - self.set_transaction(transaction) |