← Back to team overview

registry team mailing list archive

[Bug 564079] Re: Rename tab in guake in Lucid doesn't keep the name

 

BTW, the fix is a one-line change, so you if you want, you can fix it
yourself:

--- /usr/lib/guake/guake.py.bak	2010-10-08 16:38:58.000000000 +0200
+++ /usr/lib/guake/guake.py	2010-10-08 17:27:15.000000000 +0200
@@ -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):

-- 
Rename tab in guake in Lucid doesn't keep the name
https://bugs.launchpad.net/bugs/564079
You received this bug notification because you are a member of Registry
Administrators, which is the registrant for Debian.