~ubuntu-branches/ubuntu/maverick/rhythmbox-ubuntuone-music-store/maverick

« back to all changes in this revision

Viewing changes to umusicstore/MusicStoreWidget.py

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya
  • Date: 2010-08-26 01:47:45 UTC
  • mfrom: (19.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100826014745-bwbtb18fewmgs2nk
Tags: 0.1.3-0ubuntu1
* New upstream release:
  - Added missing imports (Rodrigo Moya)
  - Normalize and handle unicode a little before matching, to get better
    matches (John Lenton)
  - Add a cutoff value below which we don't show the suggestion at all
    (John Lenton)
  - Add a could-not-find message (John Lenton)
  - Got rid of the old new icon usage (John Lenton)
  - Make the music link dialog look a bit prettier (Rodrigo Moya)

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
                                           "Stores",
53
53
                                           rb.SOURCE_GROUP_CATEGORY_FIXED)
54
54
        
55
 
        icon_file_name = self.find_file("musicstore_icon.png")
56
 
        icon = gtk.gdk.pixbuf_new_from_file_at_size(icon_file_name, 22, 22)
 
55
        icon = gtk.IconTheme().load_icon(
 
56
            "ubuntuone", gtk.icon_size_lookup(gtk.ICON_SIZE_MENU)[0], 0)
57
57
        self.entry_type = self.db.entry_register_type("U1EntryType")
58
58
        self.source = gobject.new (U1Source,
59
59
                                   shell=shell,