Merge lp:~didrocks/unity/launcher-lock into lp:unity

Proposed by Didier Roche-Tolomelli
Status: Merged
Approved by: Didier Roche-Tolomelli
Approved revision: no longer in the source branch.
Merged at revision: 1929
Proposed branch: lp:~didrocks/unity/launcher-lock
Merge into: lp:unity
Diff against target: 19 lines (+2/-2)
1 file modified
plugins/unityshell/src/LauncherOptions.cpp (+2/-2)
To merge this branch: bzr merge lp:~didrocks/unity/launcher-lock
Reviewer Review Type Date Requested Status
Thomi Richards (community) Approve
Review via email: mp+91850@code.launchpad.net

Description of the change

Add initialization for default value

To post a comment you must log in.
Revision history for this message
Thomi Richards (thomir-deactivatedaccount) wrote :

Looks good to me.

review: Approve
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

(do not forget to change the merge status :))

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/unityshell/src/LauncherOptions.cpp'
2--- plugins/unityshell/src/LauncherOptions.cpp 2012-02-01 00:06:29 +0000
3+++ plugins/unityshell/src/LauncherOptions.cpp 2012-02-07 15:33:20 +0000
4@@ -36,7 +36,7 @@
5 edge_responsiveness = 1.0f;
6 edge_reveal_pressure = 2000;
7 edge_stop_velocity = 4500;
8- hide_mode = LAUNCHER_HIDE_DODGE_WINDOWS;
9+ hide_mode = LAUNCHER_HIDE_NEVER;
10 icon_size = 48;
11 launch_animation = LAUNCH_ANIMATION_PULSE;
12 tile_size = 54;
13@@ -59,4 +59,4 @@
14
15
16 }
17-}
18\ No newline at end of file
19+}