Merge lp:~mc-return/unity/unity.merge-reduce-scope-of-variables.2 into lp:unity
Proposed by
MC Return
on 2012-12-04
| Status: | Merged |
|---|---|
| Approved by: | Brandon Schaefer on 2012-12-05 |
| Approved revision: | 2963 |
| Merged at revision: | 2959 |
| Proposed branch: | lp:~mc-return/unity/unity.merge-reduce-scope-of-variables.2 |
| Merge into: | lp:unity |
| Diff against target: |
122 lines (+7/-7) 7 files modified
dash/ResultViewGrid.cpp (+1/-1) panel/PanelMenuView.cpp (+1/-1) plugins/unityshell/src/nux-base-window-accessible.cpp (+1/-1) plugins/unityshell/src/unity-quicklist-menu-accessible.cpp (+1/-1) plugins/unityshell/src/unity-search-bar-accessible.cpp (+1/-1) plugins/unityshell/src/unityshell.cpp (+1/-1) services/panel-service.c (+1/-1) |
| To merge this branch: | bzr merge lp:~mc-return/unity/unity.merge-reduce-scope-of-variables.2 |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Brandon Schaefer (community) | 2012-12-04 | Approve on 2012-12-05 | |
| PS Jenkins bot | continuous-integration | Pending | |
|
Review via email:
|
|||
Commit Message
Reduced the scope of various variables.
Removed a redundant check - index is unsigned, so it cannot be negative.
To post a comment you must log in.
lp:~mc-return/unity/unity.merge-reduce-scope-of-variables.2
updated
on 2012-12-05


Looks good to me.