Code review comment for lp:~nick-dedekind/unity8/indicator-titles

Revision history for this message
Nick Dedekind (nick-dedekind) wrote :

> When indicators are unloaded, their titles are, too, which results in
> indicator-$something being visible for a split second when opening the panel.
> Not sure this is acceptable, nor if there's a solution we know? Maybe the
> title could be transferred/cached with the panel icon/label?

I've changed it so that we load up the models for the pages, but still not populate the menu items. This way we get the titles for the pages all the time. Seeing as the modes are created and cached by the panel icons, there is no real overhead.

« Back to merge proposal