* src/gramps_main.py: correct type signature for 'active-changed' signal.
	* src/GrampsDBCallback.py: improve the error reporting.


svn: r4318
This commit is contained in:
Richard Taylor
2005-04-07 08:18:43 +00:00
parent d23b249b9d
commit 0c112b11eb
3 changed files with 31 additions and 10 deletions

View File

@ -110,7 +110,7 @@ class Gramps(GrampsDBCallback.GrampsDBCallback):
__signals__ = {
'database-changed' : (GrampsDbBase.GrampsDbBase,),
'active-changed' : (str,),
'active-changed' : (unicode,),
}
def __init__(self,args):