Opened 14 years ago
Closed 14 years ago
#145 closed defect (fixed)
gtk.AboutDialog() web url fails on win32 and osx
Reported by: | Antoine gmail | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 0.12 |
Component: | Client | Keywords: | |
Cc: |
Description
AFAIK, the code is correct:
d = gtk.AboutDialog() d.set_website("http://winswitch.org/") d.set_website_label("winswitch.org")
But on those platforms, it comes up with an error...
Maybe now is the time to replace the whole thing with a custom dialog?
Or at the very least, remove the URL for those platforms that cannot handle it!
Note: See
TracTickets for help on using
tickets.
Fixed in r3772