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
=== modified file 'umusicstore/__init__.py'
--- umusicstore/__init__.py 2010-07-21 22:04:27 +0000
+++ umusicstore/__init__.py 2010-09-21 15:15:51 +0000
@@ -46,7 +46,7 @@
46 # Select the source if it's the first time46 # Select the source if it's the first time
47 conf_client = gconf.client_get_default ()47 conf_client = gconf.client_get_default ()
48 if not conf_client.get_bool(U1_FIRST_TIME_FLAG_ENTRY):48 if not conf_client.get_bool(U1_FIRST_TIME_FLAG_ENTRY):
49 shell.props.sourcelist.select(self.source)49 shell.props.sourcelist.select(self.music_store_widget.source)
50 conf_client.set_bool(U1_FIRST_TIME_FLAG_ENTRY, True)50 conf_client.set_bool(U1_FIRST_TIME_FLAG_ENTRY, True)
5151
52 def deactivate(self, shell):52 def deactivate(self, shell):

Subscribers

People subscribed via source and target branches