Merge lp:~pac72/stellarium/fix-bottom-bar-update into lp:stellarium

Proposed by Paolo Cancedda
Status: Merged
Merged at revision: 4768
Proposed branch: lp:~pac72/stellarium/fix-bottom-bar-update
Merge into: lp:stellarium
Diff against target: 12 lines (+4/-0)
1 file modified
src/gui/StelGui.cpp (+4/-0)
To merge this branch: bzr merge lp:~pac72/stellarium/fix-bottom-bar-update
Reviewer Review Type Date Requested Status
Fabien Chéreau Approve
Review via email: mp+38667@code.launchpad.net

Description of the change

Trivial patch that fixes bug 581287

To post a comment you must log in.
4767. By Fabien Chéreau

Merged Paolo's patch to fix old dates computation + proper unit testing + performances improvements.

Revision history for this message
Fabien Chéreau (xalioth) wrote :

It works, I merge thanks!

review: Approve
4768. By Fabien Chéreau

Merged bug fix by Paolo.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/gui/StelGui.cpp'
2--- src/gui/StelGui.cpp 2010-09-09 11:50:25 +0000
3+++ src/gui/StelGui.cpp 2010-10-17 21:21:01 +0000
4@@ -763,6 +763,10 @@
5 Q_ASSERT(b);
6 }
7 flagShowFlipButtons = b;
8+ if (initDone)
9+ {
10+ skyGui->updateBarsPos();
11+ }
12 }
13
14