Trivial one line to stop <mod>+double-click from rebalancing the splitters

This commit is contained in:
Stephen Boddy 2013-06-19 21:21:44 +02:00
parent 6c9ba6912c
commit c2001caede
1 changed files with 1 additions and 0 deletions

View File

@ -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"""