* src/plugins/ScratchPad.py: fix GdkAtom index problem with pygtk2.4
svn: r4591
This commit is contained in:
parent
51ff1e909e
commit
5934f15111
@ -1,3 +1,6 @@
|
|||||||
|
2005-05-13 Don Allingham <don@gramps-project.org>
|
||||||
|
* src/plugins/ScratchPad.py: fix GdkAtom index problem with pygtk2.4
|
||||||
|
|
||||||
2005-05-13 Martin Hawlisch <Martin.Hawlisch@gmx.de>
|
2005-05-13 Martin Hawlisch <Martin.Hawlisch@gmx.de>
|
||||||
* src/GenericFilter.py (HasEvent,HasFamilyEvent): Correct filter rules
|
* src/GenericFilter.py (HasEvent,HasFamilyEvent): Correct filter rules
|
||||||
|
|
||||||
|
@ -680,7 +680,7 @@ class ScratchPadListView:
|
|||||||
return
|
return
|
||||||
|
|
||||||
# Just select the first match.
|
# Just select the first match.
|
||||||
wrapper_class = self._target_type_to_wrapper_class_map[possible_wrappers[0]]
|
wrapper_class = self._target_type_to_wrapper_class_map[str(possible_wrappers[0])]
|
||||||
|
|
||||||
o = wrapper_class(self._gramps_model,sel_data)
|
o = wrapper_class(self._gramps_model,sel_data)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user