GNOME Bugzilla – Bug 158502
FeatureReq: double-clicking on a feed in the feed list should browse the feed
Last modified: 2006-10-15 04:43:26 UTC
Double-clicking on a feed in the feed list should open the default browser and go to the feed's URL. Rationale: I think users often want to quickly open the weblog they are reading in a browser. The current way (clicking on the link of one of the items in the visualisation pane) isn't totally user-friendly.
This was fixed. At least works as expected with the CVS version. You must define a browser to use or not override the browser's desktop setting. Looking in the ChangeLog, it seems it was fixed by january 22, 2006: 2006-01-22 Jan C. Alonzo <jmalonzo@gmail.com> * src/lib/Config.py, src/lib/PreferencesDialog.py: - Added option for overriding the browser desktop setting. - Fixed #157475 - Fixed #147286 * MANIFEST.in: Added constants.py.in, AUTHORS * data/straw.schemas: Added 'last_poll' and 'browser_cmd' * glade/straw.glade, glade/strings.c: - UI and string fixes - browser setting interface ...