diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-09-12 14:22:20 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-09-12 14:22:20 +0000 |
commit | 6ede331d097785b04737a8efe385a490752bafbb (patch) | |
tree | 95c9dc453b543da94176d74a7b3ca5ec7bd6b6a7 /security/hotssh/files/patch-hotssh_hotvte_vteterm.py | |
parent | Remove dependencies that are only used for testing (diff) |
- Switch to databases/py-sqlite3 from databases/py-pysqlite2x[1]
- Use GNOME in MASTER_SITES instead of MASTER_SITE_GNOME[1]
- Bump PORTREVISION[1]
- Fix a bug showing up in Python 2.7+
PR: ports/160066
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Notes
Notes:
svn path=/head/; revision=281671
Diffstat (limited to 'security/hotssh/files/patch-hotssh_hotvte_vteterm.py')
-rw-r--r-- | security/hotssh/files/patch-hotssh_hotvte_vteterm.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/hotssh/files/patch-hotssh_hotvte_vteterm.py b/security/hotssh/files/patch-hotssh_hotvte_vteterm.py new file mode 100644 index 000000000000..cb274cd2b9b9 --- /dev/null +++ b/security/hotssh/files/patch-hotssh_hotvte_vteterm.py @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- hotssh/hotvte/vteterm.py.orig ++++ hotssh/hotvte/vteterm.py +@@ -264,7 +264,7 @@ + def __set_gtk_colors(self): + fg = self.style.text[gtk.STATE_NORMAL] + bg = self.style.base[gtk.STATE_NORMAL] +- self.set_colors(True, fg, bg, isdefault=True) ++ self.set_colors(fg, bg, False, isdefault=True) + + def set_colors(self, fg, bg, palette, isdefault=False): + if not isdefault: |