* 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

@ -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