/[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.90 by juri, Sat Nov 8 14:46:07 2003 UTC revision 1.91 by juri, Sat Nov 8 16:50:17 2003 UTC
# Line 100  class ItemView: Line 100  class ItemView:
100          f = straw.create_new_feed(self._item.source['text'],          f = straw.create_new_feed(self._item.source['text'],
101                                    location = self._item.source['url'])                                    location = self._item.source['url'])
102          straw.FeedList.get_instance().append(f)          straw.FeedList.get_instance().append(f)
103          straw.poll_manager.poll(f)          straw.PollManager.get_instance().poll(f)
104          return          return
105    
106      def display_item(self, item):      def display_item(self, item):
# Line 618  class MainWindow: Line 618  class MainWindow:
618          return          return
619    
620      def on_toolbar_poll_button_clicked(self, button, *args):      def on_toolbar_poll_button_clicked(self, button, *args):
621          straw.poll_manager.poll()          straw.PollManager.get_instance().poll()
622          return          return
623    
624      def on_toolbar_find_button_clicked(self, button, *args):      def on_toolbar_find_button_clicked(self, button, *args):
# Line 658  class MainWindow: Line 658  class MainWindow:
658          return          return
659    
660      def on_menu_poll_all_activate(self, *args):      def on_menu_poll_all_activate(self, *args):
661          straw.poll_manager.poll()          straw.PollManager.get_instance().poll()
662    
663      def on_menu_poll_selected_activate(self, *args):      def on_menu_poll_selected_activate(self, *args):
664          straw.poll_manager.poll(straw.main.get_visible_feed())          straw.PollManager.get_instance().poll(straw.main.get_visible_feed())
665    
666      def on_menu_next_activate(self, *args):      def on_menu_next_activate(self, *args):
667          straw.main.display_next_item()          straw.main.display_next_item()

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91

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