diff options
| author | Gord Allott <gord.allott@canonical.com> | 2010-08-26 16:34:34 +0100 |
|---|---|---|
| committer | Gord Allott <gord.allott@canonical.com> | 2010-08-26 16:34:34 +0100 |
| commit | babd675eab173b42e5c8a35392a72bf5146f640c (patch) | |
| tree | 53c9292bdd4800928233c9a8cd6260af7f50264f /unity-private/launcher | |
| parent | ca43ad3499e4322c7d354792c56fdbab9bf7a9a5 (diff) | |
| parent | f3ff9e94de50ee55a9f199939dd5bd9dc9b76adc (diff) | |
merged in a fix for launcher not unfolding on startup
(bzr r467)
Diffstat (limited to 'unity-private/launcher')
| -rw-r--r-- | unity-private/launcher/scroller-view.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unity-private/launcher/scroller-view.vala b/unity-private/launcher/scroller-view.vala index 18abbc571..df5d95331 100644 --- a/unity-private/launcher/scroller-view.vala +++ b/unity-private/launcher/scroller-view.vala @@ -1275,7 +1275,7 @@ namespace Unity.Launcher float position, float rotation, bool immediate = false) { - if (immediate) + if (immediate || global_shell.is_starting) { child.position = position; child.force_rotation_jump (rotation); |
