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

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

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

revision 1.43 by juri, Sun Nov 9 20:07:12 2003 UTC revision 1.44 by jmalonzo, Mon Nov 10 02:54:24 2003 UTC
# Line 59  class Main: Line 59  class Main:
59          except getopt.GetoptError, e:          except getopt.GetoptError, e:
60              log("Error parsing the command line: ", e)              log("Error parsing the command line: ", e)
61    
62    
63            self._feed_properties_dialog = straw.FeedPropertiesDialog(
64                glade.XML(xmlfile, 'feed_properties_dialog',
65                          gettext.textdomain()))
66          straw.main_window = straw.MainWindow(          straw.main_window = straw.MainWindow(
67              glade.XML(xmlfile, "straw_main", gettext.textdomain()))              glade.XML(xmlfile, "straw_main", gettext.textdomain()))
68          self.update_feeds(feedlist)          self.update_feeds(feedlist)
# Line 297  class Main: Line 301  class Main:
301      def show_import_subscriptions_dialog(self):      def show_import_subscriptions_dialog(self):
302          self._import_subscriptions_dialog.show()          self._import_subscriptions_dialog.show()
303    
304        def show_feed_properties_dialog(self):
305            self._feed_properties_dialog.display_properties(self._visible_feed)
306            self._feed_properties_dialog.show()
307    
308      def enable_feed_selection(self):      def enable_feed_selection(self):
309          straw.main_window.enable_feed_selection()          straw.main_window.enable_feed_selection()
310    

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44

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