* src/ViewManager.py (show_url): Set up link handler.

svn: r6646
This commit is contained in:
Alex Roitman 2006-05-14 00:43:05 +00:00
parent ae413b5323
commit ff24becb7a
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,6 @@
2006-05-13 Alex Roitman <shura@gramps-project.org>
* src/ViewManager.py (show_url): Set up link handler.
2006-05-13 Don Allingham <don@gramps-project.org>
* src/plugins/RelCalc.py: provide default search value

View File

@ -80,6 +80,11 @@ import Mime
import GrampsWidgets
import UndoHistory
import GrampsDisplay
def show_url(dialog,link,user_data):
GrampsDisplay.url(link)
gtk.about_dialog_set_url_hook(show_url,None)
#-------------------------------------------------------------------------
#
# Constants