~zedtux/douane-configurator/master

« back to all changes in this revision

Viewing changes to douane/gui/mainwindow.py

  • Committer: Guillaume Hain
  • Date: 2013-08-02 15:47:46 UTC
  • Revision ID: git-v1:8e1d34304f04b47bcb73e9c43aa6e4bb1f6882ac
Increased GtkTwitterBox refresh interval to 15 minutes

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
 
65
65
        # Initialize and start the Twitter box
66
66
        self.__box_configurator_and_twitter = self.builder.get_object("boxTwitter")
67
 
        self.__twitter_box = GtkTwitterBox(self.__box_configurator_and_twitter, "douaneapp", 15)
 
67
        # Refresh each 15 minutes
 
68
        self.__twitter_box = GtkTwitterBox(self.__box_configurator_and_twitter, "douaneapp", 900)
68
69
 
69
70
    # ~~~~ Events ~~~~
70
71
    def on_buttonAbout_clicked(self, widget):