#929 closed bug (WorksForMe)
deluge opens link in about window twice
| Reported by: | Hew | Owned by: | andar |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | GTK UI | Version: | 1.1.6 |
| Keywords: | Cc: |
Description
When clicking the link in the about window, the Deluge homepage is opened twice as it appears in two firefox tabs.
Change History (3)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
comment:3 by , 17 years ago
It turns out this is a bug in gtk that has been recently fixed. See http://git.gnome.org/cgit/gtk+/commit/?h=gtk-2-16&id=637252af65b632c2ae4c03100c6e8e2790ab97d3
Note:
See TracTickets
for help on using tickets.



I cannot reproduce this.. We just use the standard python webbrowser module to open the browser, please try doing a test case on your system.
import webbrowser webbrowser.open("http://deluge-torrent.org")