Merge lp:~seb128/overlay-scrollbar/bar-variable-typo into lp:overlay-scrollbar

Proposed by Sebastien Bacher
Status: Merged
Approved by: Charles Kerr
Approved revision: 377
Merged at revision: 377
Proposed branch: lp:~seb128/overlay-scrollbar/bar-variable-typo
Merge into: lp:overlay-scrollbar
Diff against target: 13 lines (+2/-2)
1 file modified
os/os-bar.c (+2/-2)
To merge this branch: bzr merge lp:~seb128/overlay-scrollbar/bar-variable-typo
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Charles Kerr (community) Approve
Review via email: mp+175286@code.launchpad.net

Commit message

Use the right bar variable, that fixes the orange bar being wrongly displayed

Description of the change

Use the right bar variable, that fixes the orange bar being wrongly displayed

To post a comment you must log in.
Revision history for this message
Charles Kerr (charlesk) wrote :

Sigh. Thanks.

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'os/os-bar.c'
2--- os/os-bar.c 2013-07-08 20:55:20 +0000
3+++ os/os-bar.c 2013-07-17 13:48:32 +0000
4@@ -511,8 +511,8 @@
5
6 priv = bar->priv;
7
8- os_bar_window_shape_combine_region (priv->tail_window,
9- &priv->tail_mask,
10+ os_bar_window_shape_combine_region (priv->bar_window,
11+ &priv->bar_mask,
12 0, 0);
13 }
14

Subscribers

People subscribed via source and target branches