Merge lp:~rodrigo-moya/rhythmbox-ubuntuone/fix-first-time-activation into lp:rhythmbox-ubuntuone

Proposed by Rodrigo Moya
Status: Merged
Approved by: Rodrigo Moya
Approved revision: 91
Merged at revision: 91
Proposed branch: lp:~rodrigo-moya/rhythmbox-ubuntuone/fix-first-time-activation
Merge into: lp:rhythmbox-ubuntuone
Diff against target: 12 lines (+1/-1)
1 file modified
umusicstore/__init__.py (+1/-1)
To merge this branch: bzr merge lp:~rodrigo-moya/rhythmbox-ubuntuone/fix-first-time-activation
Reviewer Review Type Date Requested Status
Alejandro J. Cura (community) Approve
Stuart Langridge (community) Approve
Review via email: mp+36157@code.launchpad.net

Commit message

Fix first time activation by using the correct .source object

Description of the change

Fix first time activation by using the correct .source object

To post a comment you must log in.
Revision history for this message
Stuart Langridge (sil) :
review: Approve
Revision history for this message
Alejandro J. Cura (alecu) :
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-07-21 22:04:27 +0000
3+++ umusicstore/__init__.py 2010-09-21 15:15:51 +0000
4@@ -46,7 +46,7 @@
5 # Select the source if it's the first time
6 conf_client = gconf.client_get_default ()
7 if not conf_client.get_bool(U1_FIRST_TIME_FLAG_ENTRY):
8- shell.props.sourcelist.select(self.source)
9+ shell.props.sourcelist.select(self.music_store_widget.source)
10 conf_client.set_bool(U1_FIRST_TIME_FLAG_ENTRY, True)
11
12 def deactivate(self, shell):

Subscribers

People subscribed via source and target branches