/[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.80 by juri, Fri Oct 24 22:57:44 2003 UTC revision 1.81 by juri, Sat Oct 25 13:33:36 2003 UTC
# Line 102  class ItemView: Line 102  class ItemView:
102          return          return
103    
104      def on_source_subscribe_button_clicked(self, button, *data):      def on_source_subscribe_button_clicked(self, button, *data):
105          f = straw.Feed(self._item.source['text'],          f = straw.create_new_feed(self._item.source['text'],
106                         location = self._item.source['url'])                                    location = self._item.source['url'])
107          straw.config.feeds.append(f)          straw.config.feeds.append(f)
108          straw.poll_manager.poll(f)          straw.poll_manager.poll(f)
109          return          return

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.81

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