[Python-apps-commits] r11117 - in packages/terminator/trunk/debian (3 files)

julian at users.alioth.debian.org julian at users.alioth.debian.org
Tue Aug 5 21:33:39 UTC 2014


    Date: Tuesday, August 5, 2014 @ 21:33:38
  Author: julian
Revision: 11117

Fix tab with multiple terminals not closing

Added:
  packages/terminator/trunk/debian/patches/fix-tab-with-multiple-terminals-not-closing.diff
Modified:
  packages/terminator/trunk/debian/changelog
  packages/terminator/trunk/debian/patches/series

Modified: packages/terminator/trunk/debian/changelog
===================================================================
--- packages/terminator/trunk/debian/changelog	2014-08-05 03:39:15 UTC (rev 11116)
+++ packages/terminator/trunk/debian/changelog	2014-08-05 21:33:38 UTC (rev 11117)
@@ -1,3 +1,12 @@
+terminator (0.97-4) unstable; urgency=medium
+
+  * Add patch to fix tab with multiple terminals
+    not closing. (Closes: #756300 LP: #1253995)
+    + Thanks to Stephen Boddy and Chris J Arges
+      for it.
+
+ -- Julián Moreno Patiño <julian at debian.org>  Tue, 05 Aug 2014 16:20:15 -0500
+
 terminator (0.97-3) unstable; urgency=medium
 
   * Add patch to fix -e parameter to work as

Added: packages/terminator/trunk/debian/patches/fix-tab-with-multiple-terminals-not-closing.diff
===================================================================
--- packages/terminator/trunk/debian/patches/fix-tab-with-multiple-terminals-not-closing.diff	                        (rev 0)
+++ packages/terminator/trunk/debian/patches/fix-tab-with-multiple-terminals-not-closing.diff	2014-08-05 21:33:38 UTC (rev 11117)
@@ -0,0 +1,18 @@
+Description: Fix tab with multiple terminals not closing
+Author: Stephen Boddy <stephen.j.boddy at gmail.com>
+Origin: upstream, http://bazaar.launchpad.net/~gnome-terminator/terminator/trunk/revision/1490
+Bug-Ubuntu: https://bugs.launchpad.net/bugs/1253995
+Last-Update: 2014-07-28
+--- terminator-0.97.orig/terminatorlib/notebook.py
++++ terminator-0.97/terminatorlib/notebook.py
+@@ -313,9 +313,7 @@ class Notebook(Container, gtk.Notebook):
+             return
+         elif maker.isinstance(child, 'Container'):
+             dbg('Notebook::closetab: child is a Container')
+-            dialog = self.construct_confirm_close(self.window, _('tab'))
+-            result = dialog.run()
+-            dialog.destroy()
++            result = self.construct_confirm_close(self.window, _('tab'))
+ 
+             if result == gtk.RESPONSE_ACCEPT:
+                 containers = None

Modified: packages/terminator/trunk/debian/patches/series
===================================================================
--- packages/terminator/trunk/debian/patches/series	2014-08-05 03:39:15 UTC (rev 11116)
+++ packages/terminator/trunk/debian/patches/series	2014-08-05 21:33:38 UTC (rev 11117)
@@ -5,3 +5,4 @@
 fix-unfocused-font-brightness.diff
 fix-maximize.diff
 fix-split-multiple-tabs.diff
+fix-tab-with-multiple-terminals-not-closing.diff




More information about the Python-apps-commits mailing list