~ken-vandine/ubuntu/maverick/rhythmbox-ubuntuone-music-store/gconf

« back to all changes in this revision

Viewing changes to umusicstore/U1MSLinks.py

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya
  • Date: 2010-09-20 18:02:02 UTC
  • mfrom: (19.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20100920180202-ojihkvi8req621ds
Tags: 0.1.6-0ubuntu1
* New upstream release:
  - Fixed a regression bug which was preventing the tweet button from being
    displayed (Ken VanDine) (LP: #643620)
* debian/rhythmbox-ubuntuone-music-store.gconf-defaults:
  - Set default values for u1ms:// URL handlers (LP: #643638)

Show diffs side-by-side

added added

removed removed

Lines of Context:
324
324
            self.tweet_button.connect("clicked", self.gwibber, dest_url, 
325
325
                artist, album, title)
326
326
            self.win.get_content_area().pack_end(self.tweet_button)
 
327
            self.tweet_button.show()
327
328
    
328
329
    def gwibber(self, button, url, artist, album, title):
329
330
        self.pvb = gwibber.lib.gtk.widgets.GwibberPosterVBox()