diff options
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) |