8888 'Media Reference Editor' link help button in glade
This commit is contained in:
parent
976f411e6f
commit
8b5d1709a2
@ -432,6 +432,7 @@ class EditMediaRef(EditReference):
|
|||||||
def _connect_signals(self):
|
def _connect_signals(self):
|
||||||
self.define_cancel_button(self.top.get_object('button84'))
|
self.define_cancel_button(self.top.get_object('button84'))
|
||||||
self.define_ok_button(self.top.get_object('button82'),self.save)
|
self.define_ok_button(self.top.get_object('button82'),self.save)
|
||||||
|
self.define_help_button(self.top.get_object('button104'))
|
||||||
|
|
||||||
def _connect_db_signals(self):
|
def _connect_db_signals(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user