* src/Editors/*: Switch notebook tabs during DnD
svn: r7915
This commit is contained in:
@@ -132,6 +132,7 @@ class EditPersonRef(EditSecondary):
|
||||
NoteTab(self.dbstate, self.uistate, self.track,
|
||||
self.obj.get_note_object()))
|
||||
|
||||
self._setup_notebook_tabs( notebook)
|
||||
notebook.show_all()
|
||||
self.top.get_widget('vbox').pack_start(notebook,True)
|
||||
|
||||
@@ -155,4 +156,3 @@ class EditPersonRef(EditSecondary):
|
||||
_('No person selected'),
|
||||
_('You must either select a person or Cancel '
|
||||
'the edit'))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user