Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#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 Changed 15 years ago by andar

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")

comment:2 Changed 15 years ago by andar

  • Resolution set to worksforme
  • Status changed from new to closed

comment:3 Changed 15 years ago by andar

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.