Merge bug fix from Steve Boddy. Closes LP#1192679

This commit is contained in:
Stephen Boddy 2013-07-13 18:09:23 +02:00
commit eababae92a
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"""