diff options
author | 2010-06-06 06:26:40 +0000 | |
---|---|---|
committer | 2010-06-06 06:26:40 +0000 | |
commit | 853beddf91d4af00b701c2cc3e0a61147a3e5aa8 (patch) | |
tree | 16decf571af4a374ac1fb8c44904a0357951d04a /x11-terms/guake/files | |
parent | No more HOMEPAGE wrt #221825. (diff) | |
download | gentoo-2-853beddf91d4af00b701c2cc3e0a61147a3e5aa8.tar.gz gentoo-2-853beddf91d4af00b701c2cc3e0a61147a3e5aa8.tar.bz2 gentoo-2-853beddf91d4af00b701c2cc3e0a61147a3e5aa8.zip |
Missing dev-python/dbus-python RDEPEND wrt #320921 by Kevin Dinant. Fix tab renaming.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-terms/guake/files')
-rw-r--r-- | x11-terms/guake/files/guake-0.4.1-rename-tab-problem.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/x11-terms/guake/files/guake-0.4.1-rename-tab-problem.patch b/x11-terms/guake/files/guake-0.4.1-rename-tab-problem.patch new file mode 100644 index 000000000000..839094874fd4 --- /dev/null +++ b/x11-terms/guake/files/guake-0.4.1-rename-tab-problem.patch @@ -0,0 +1,17 @@ +http://repos.archlinux.org/wsvn/community/guake/trunk/001-rename-tab-problem-fs19086.patch + +--- src/guake.py ++++ src/guake.py +@@ -980,11 +980,11 @@ + entry.reparent(vbox) + + response = dialog.run() +- dialog.destroy() + + if response == gtk.RESPONSE_ACCEPT: + self.selected_tab.set_label(entry.get_text()) + ++ dialog.destroy() + self.set_terminal_focus() + + def on_close_activate(self, *args): |