* 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

@@ -1,4 +1,4 @@
0#
#
# Gramps - a GTK+/GNOME based genealogy program
#
# Copyright (C) 2000-2006 Donald N. Allingham
@@ -155,7 +155,7 @@ class EditMediaRef(EditReference):
"""
notebook_ref = self.top.get_widget('notebook_ref')
notebook_src = self.top.get_widget('notebook_shared')
self.srcref_list = self._add_tab(
notebook_ref,
SourceEmbedList(self.dbstate,self.uistate,self.track,
@@ -193,6 +193,9 @@ class EditMediaRef(EditReference):
NoteTab(self.dbstate, self.uistate, self.track,
self.source.get_note_object()))
self._setup_notebook_tabs( notebook_src)
self._setup_notebook_tabs( notebook_ref)
def save(self,*obj):
coord = (