From c2001caede413908a2831a238fef806c0820c15a Mon Sep 17 00:00:00 2001 From: Stephen Boddy Date: Wed, 19 Jun 2013 21:21:44 +0200 Subject: [PATCH] Trivial one line to stop +double-click from rebalancing the splitters --- terminatorlib/titlebar.py | 1 + 1 file changed, 1 insertion(+) diff --git a/terminatorlib/titlebar.py b/terminatorlib/titlebar.py index 89ed7a54..96b53705 100755 --- a/terminatorlib/titlebar.py +++ b/terminatorlib/titlebar.py @@ -225,6 +225,7 @@ class Titlebar(gtk.EventBox): self.show() self.label.show() self.emit('clicked') + return True def on_edit_done(self, widget): """Re-emit an edit-done signal from an EditableLabel"""