Merge lp:~sil/rhythmbox-ubuntuone/fix-icon into lp:~sil/rhythmbox-ubuntuone/trunk

Proposed by Stuart Langridge
Status: Merged
Merged at revision: not available
Proposed branch: lp:~sil/rhythmbox-ubuntuone/fix-icon
Merge into: lp:~sil/rhythmbox-ubuntuone/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
umusicstore/__init__.py (+1/-1)
To merge this branch: bzr merge lp:~sil/rhythmbox-ubuntuone/fix-icon
Reviewer Review Type Date Requested Status
Martin Albisetti (community) Approve
Stuart Langridge Pending
Review via email: mp+19852@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Stuart Langridge (sil) wrote :

use the proper ubuntuone icon

Revision history for this message
Martin Albisetti (beuno) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'umusicstore/__init__.py'
2--- umusicstore/__init__.py 2010-02-19 12:22:35 +0000
3+++ umusicstore/__init__.py 2010-02-22 10:13:16 +0000
4@@ -56,7 +56,7 @@
5 theme = gtk.icon_theme_get_default()
6 rb.append_plugin_source_path(theme, "/icons")
7 width, height = gtk.icon_size_lookup(gtk.ICON_SIZE_LARGE_TOOLBAR)
8- icon = rb.try_load_icon(theme, "ubuntuone-client-working", width, 0)
9+ icon = rb.try_load_icon(theme, "ubuntuone", width, 0)
10 self.entry_type = self.db.entry_register_type("U1EntryType")
11 self.source = gobject.new (U1Source,
12 shell=shell,

Subscribers

People subscribed via source and target branches

to all changes: