diff options
Diffstat (limited to 'x11-terms/guake/files/guake-0.4.1-rename-tab-problem.patch')
-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): |