Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
revert excessive cleanup - issue #151
  • Loading branch information
fossfreedom committed Mar 25, 2013
1 parent c8624ea commit d3e9961
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -25,3 +25,5 @@ pip-log.txt


#Mr Developer #Mr Developer
.mr.developer.cfg .mr.developer.cfg

img/usericons/popups.xml
1 change: 1 addition & 0 deletions coverart_utils.py
Expand Up @@ -601,6 +601,7 @@ def add_genre_icon( self, filename ):


key = RB.ExtDBKey.create_storage('icon', str(next_index)) key = RB.ExtDBKey.create_storage('icon', str(next_index))
uri = "file://" + urllib.pathname2url(filename) uri = "file://" + urllib.pathname2url(filename)
self._genre_db.store_uri(key, RB.ExtDBSourceType.USER_EXPLICIT, uri)


pixbuf = GdkPixbuf.Pixbuf.new_from_file(filename) pixbuf = GdkPixbuf.Pixbuf.new_from_file(filename)
new_genre = GenreType(name=str(next_index), genre_type=self.GENRE_USER) new_genre = GenreType(name=str(next_index), genre_type=self.GENRE_USER)
Expand Down

0 comments on commit d3e9961

Please sign in to comment.