~ubuntu-branches/ubuntu/oneiric/emesene/oneiric-proposed

« back to all changes in this revision

Viewing changes to plugins_base/gmailNotify.py

  • Committer: Bazaar Package Importer
  • Author(s): Devid Antonio Filoni
  • Date: 2010-04-14 01:33:51 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100414013351-r2icbt5gs4ai71j8
Tags: 1.6.1-0ubuntu1
* New upstream release (LP: #562646).
* Fix missing-debian-source-format lintian warning.
* Refresh 20_dont_build_own_libmimic.patch patch.
* Bump Standards-Version to 3.8.4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
            self.img.set_pixel_size(10)
66
66
            self.button.set_image(self.img)
67
67
            self.button.connect("clicked", self.Mcheck , None)
 
68
            self.button.set_tooltip_text(_('Click here to checked your mail'))
68
69
            self.Mbox.pack_start(self.button, False, False)
69
70
            self.button.show_all()
70
71
            
71
72
            self.Tbutton = gtk.Button()
72
73
            self.Tbutton.connect("clicked", self.Client , None)
 
74
            self.Tbutton.set_tooltip_text(_('Click here to access your mail'))
73
75
            self.Mtext = gtk.Label(_("Not checked yet."))
74
76
            self.Mtext.set_ellipsize( pango.ELLIPSIZE_END )
75
77
            self.Mtext.set_use_underline(True)