/[straw]/straw/src/lib/MainWindow.py
ViewVC logotype

Diff of /straw/src/lib/MainWindow.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.75 by jmalonzo, Tue Sep 23 23:46:00 2003 UTC revision 1.76 by jmalonzo, Sun Sep 28 12:27:11 2003 UTC
# Line 81  class ItemView: Line 81  class ItemView:
81      def link_clicked(self, document, link):      def link_clicked(self, document, link):
82          link = link.strip()          link = link.strip()
83          link = straw.main.get_visible_feed().complete_url(link)          link = straw.main.get_visible_feed().complete_url(link)
84          gnome.url_show(link)          try:
85                gnome.url_show(link)
86            except Exception, ex:
87                straw.hig_alert.reportError(_("Error Loading Browser"),
88                                            _("Straw cannot find a browser to view this item. Please check your browser settings and try again."))
89          return          return
90    
91      def request_url(self, document, url, stream):      def request_url(self, document, url, stream):

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26