* src/NameDisplay: include nickname if available

* src/plugins/ScratchPad.py: Handle null handle


svn: r5188
This commit is contained in:
Don Allingham
2005-09-12 03:18:08 +00:00
parent 02d2c7cd73
commit 1b7a21225f
3 changed files with 25 additions and 10 deletions

View File

@@ -690,6 +690,9 @@ class ScratchPadListView:
wrapper_class = self._target_type_to_wrapper_class_map[str(possible_wrappers[0])]
if not sel_data:
return
o = wrapper_class(self._gramps_model,sel_data)
# If the wrapper object is a subclass of ScratchDropList then