* src/Editors/*: Switch notebook tabs during DnD

svn: r7915
This commit is contained in:
Martin Hawlisch
2007-01-16 07:12:10 +00:00
parent 88e4ddc0a6
commit 838b35e8f2
21 changed files with 71 additions and 15 deletions

View File

@ -131,6 +131,7 @@ class EditRepository(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,True)