* src/ViewManager.py (show_url): Set up link handler.
svn: r6646
This commit is contained in:
parent
ae413b5323
commit
ff24becb7a
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user