* src/Editors/*: Switch notebook tabs during DnD
svn: r7915
This commit is contained in:
@ -152,6 +152,7 @@ class EditSource(EditPrimary):
|
||||
SourceBackRefList(self.dbstate, self.uistate, self.track,
|
||||
self.db.find_backlink_handles(self.obj.handle)))
|
||||
|
||||
self._setup_notebook_tabs( notebook)
|
||||
notebook.show_all()
|
||||
self.glade.get_widget('vbox').pack_start(notebook,True)
|
||||
|
||||
@ -232,4 +233,3 @@ class DelSrcQuery:
|
||||
self.db.remove_source(self.source.get_handle(),trans)
|
||||
self.db.transaction_commit(
|
||||
trans,_("Delete Source (%s)") % self.source.get_title())
|
||||
|
||||
|
Reference in New Issue
Block a user