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
=== modified file 'compizconfig/gsettings/src/gsettings.c'
--- compizconfig/gsettings/src/gsettings.c 2012-10-12 01:27:50 +0000
+++ compizconfig/gsettings/src/gsettings.c 2012-11-16 17:04:27 +0000
@@ -468,7 +468,7 @@
468 CCSGSettingsWrapper *compizconfigSettings = ccsGSettingsWrapperNewForSchema (COMPIZCONFIG_SCHEMA_ID,468 CCSGSettingsWrapper *compizconfigSettings = ccsGSettingsWrapperNewForSchema (COMPIZCONFIG_SCHEMA_ID,
469 backend->object.object_allocation);469 backend->object.object_allocation);
470 char *currentProfile = getCurrentProfileName (compizconfigSettings);470 char *currentProfile = getCurrentProfileName (compizconfigSettings);
471 char *currentProfilePath = currentProfilePath = makeCompizProfilePath (currentProfile);471 char *currentProfilePath = makeCompizProfilePath (currentProfile);
472 CCSGSettingsWrapper *currentProfileSettings = ccsGSettingsWrapperNewForSchemaWithPath (PROFILE_SCHEMA_ID,472 CCSGSettingsWrapper *currentProfileSettings = ccsGSettingsWrapperNewForSchemaWithPath (PROFILE_SCHEMA_ID,
473 currentProfilePath,473 currentProfilePath,
474 backend->object.object_allocation);474 backend->object.object_allocation);

Subscribers

People subscribed via source and target branches