diff --git a/AUTHORS b/AUTHORS index a022924a..fc0ca35f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -16,6 +16,7 @@ Further patches have been submitted by: William Sheehan Karel Zak + Damien Durand (splinux25-at-gmail-dot-com) <...send a patch & get your name here...> diff --git a/src/virt-manager.glade b/src/virt-manager.glade index f244fcd9..30f56201 100644 --- a/src/virt-manager.glade +++ b/src/virt-manager.glade @@ -569,7 +569,7 @@ Inactive virtual machines False http://virt-manager.et.redhat.com/ - + http://virt-manager.et.redhat.com/ Daniel P. Berrange <berrange@redhat.com> Hugh O. Brock <hbrock@redhat.com> Máirín Duffy <duffy@redhat.com> diff --git a/src/virtManager/about.py b/src/virtManager/about.py index a1fea681..a50c755a 100644 --- a/src/virtManager/about.py +++ b/src/virtManager/about.py @@ -18,6 +18,18 @@ # import gtk.glade +import gnomevfs + +def on_email(about, mail): + gnomevfs.url_show("mailto:%s" % mail) + +gtk.about_dialog_set_email_hook(on_email) + +def on_url(about, link): + gnomevfs.url_show(link) + +gtk.about_dialog_set_url_hook(on_url) + class vmmAbout: def __init__(self, config): diff --git a/virt-manager.spec.in b/virt-manager.spec.in index 2aab88c2..41fff089 100644 --- a/virt-manager.spec.in +++ b/virt-manager.spec.in @@ -31,6 +31,7 @@ Requires: gnome-keyring >= 0.4.9 # will work just fine - keyring functionality will simply be # disabled Requires: gnome-python2-gnomekeyring >= 2.15.4 +Requires: gnome-python2-gnomevfs >= 2.15.4 # Minimum we've tested with Requires: libxml2-python >= 2.6.23 # Required to install Xen guests