Skip to content
Snippets Groups Projects
Commit 7bd8d676 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Dont open webbrowser with xdg-open

parent 0740027b
No related branches found
No related tags found
No related merge requests found
......@@ -510,7 +510,7 @@ class Base(object):
clipboard.set_text(url)
def on_open_link_in_browser_menuitem_activate(self, menu, url):
helpers.launch_file_manager(url)
helpers.launch_browser_mailer('url', url)
# Change mouse pointer to HAND2 when
# mouse enter the eventbox with the image
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment