Merge bug fix from Steve Boddy. Closes LP#1192679
This commit is contained in:
commit
eababae92a
|
@ -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"""
|
||||
|
|
Loading…
Reference in New Issue