/[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.92 by ScottDW, Sun Nov 9 07:03:52 2003 UTC revision 1.93 by juri, Sun Nov 9 12:10:45 2003 UTC
# Line 705  class MainWindow: Line 705  class MainWindow:
705          self._feed_info_view.switch_state()          self._feed_info_view.switch_state()
706    
707      def on_straw_main_focus_in_event(self, *args):      def on_straw_main_focus_in_event(self, *args):
708          straw.dashboardfe.focus_in()          straw.DashboardFrontend.get_instance().focus_in()
709    
710      def on_straw_main_focus_out_event(self, *args):      def on_straw_main_focus_out_event(self, *args):
711          straw.dashboardfe.focus_out()          straw.DashboardFrontend.get_instance().focus_out()
712    
713      def feed_selection_changed(self, selection):      def feed_selection_changed(self, selection):
714          s = selection.get_selected()          s = selection.get_selected()

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93

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