Example #1
0
 def on_flickr_get_more_albums_handle_clicked(self, _widget):
     """Called when the 'Get more albums' button is clicked."""
     url = 'http://www.webilder.org/channels/'
     open_browser(url = url,
             no_browser_title = _('Could not open browser'),
             no_browser_markup = _('Webilder was unable to find a browser, '
                                   'please visit: \n%s') % url)
Example #2
0
 def on_flickr_get_more_albums_handle_clicked(self, _widget):
     """Called when the 'Get more albums' button is clicked."""
     url = 'http://www.webilder.org/channels/'
     open_browser(
         url=url,
         no_browser_title=_('Could not open browser'),
         no_browser_markup=_('Webilder was unable to find a browser, '
                             'please visit: \n%s') % url)
Example #3
0
 def run(self):
     val = UITricks.run(self)
     if val == 0:
         open_browser(self.url, no_browser_title=_('Thank You!'),
                      no_browser_markup=_(
                          '<b>Thanks for your interest in supporting '
                          'Webilder.</b>\n\n'
                          'Please follow this link to send us a '
                          'donation:\n\n%s') % self.url)
Example #4
0
 def run(self):
     val = UITricks.run(self)
     if val == 0:
         open_browser(self.url,
                      no_browser_title=_('Thank You!'),
                      no_browser_markup=_(
                          '<b>Thanks for your interest in supporting '
                          'Webilder.</b>\n\n'
                          'Please follow this link to send us a '
                          'donation:\n\n%s') % self.url)