Merge lp:~mc-return/compiz/compiz.merge-remove-redundant-assignment-of-currentProfilePath-to-itself into lp:compiz/0.9.9

Proposed by MC Return
Status: Merged
Approved by: Daniel van Vugt
Approved revision: 3473
Merged at revision: 3474
Proposed branch: lp:~mc-return/compiz/compiz.merge-remove-redundant-assignment-of-currentProfilePath-to-itself
Merge into: lp:compiz/0.9.9
Diff against target: 12 lines (+1/-1)
1 file modified
compizconfig/gsettings/src/gsettings.c (+1/-1)
To merge this branch: bzr merge lp:~mc-return/compiz/compiz.merge-remove-redundant-assignment-of-currentProfilePath-to-itself
Reviewer Review Type Date Requested Status
Daniel van Vugt Approve
Sam Spilsbury Approve
PS Jenkins bot continuous-integration Pending
Review via email: mp+134711@code.launchpad.net

Commit message

Removed redundant assignment of 'currentProfilePath' to itself.

To post a comment you must log in.
Revision history for this message
Sam Spilsbury (smspillaz) :
review: Approve
Revision history for this message
Sam Spilsbury (smspillaz) wrote :

(I can't approve branches until someone makes me a member of ~compiz-team again ...)

Revision history for this message
MC Return (mc-return) wrote :

> (I can't approve branches until someone makes me a member of ~compiz-team
> again ...)

I would (if I could)...

Revision history for this message
Daniel van Vugt (vanvugt) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'compizconfig/gsettings/src/gsettings.c'
2--- compizconfig/gsettings/src/gsettings.c 2012-10-12 01:27:50 +0000
3+++ compizconfig/gsettings/src/gsettings.c 2012-11-16 17:04:27 +0000
4@@ -468,7 +468,7 @@
5 CCSGSettingsWrapper *compizconfigSettings = ccsGSettingsWrapperNewForSchema (COMPIZCONFIG_SCHEMA_ID,
6 backend->object.object_allocation);
7 char *currentProfile = getCurrentProfileName (compizconfigSettings);
8- char *currentProfilePath = currentProfilePath = makeCompizProfilePath (currentProfile);
9+ char *currentProfilePath = makeCompizProfilePath (currentProfile);
10 CCSGSettingsWrapper *currentProfileSettings = ccsGSettingsWrapperNewForSchemaWithPath (PROFILE_SCHEMA_ID,
11 currentProfilePath,
12 backend->object.object_allocation);

Subscribers

People subscribed via source and target branches