Revert "classic: Invert the spinner color"

This reverts commit f358bb1a96.
This commit is contained in:
Matthias Clasen
2013-04-15 18:40:00 -04:00
parent b4590da686
commit ff544450a5
3 changed files with 3 additions and 702 deletions

View File

@ -296,12 +296,9 @@ const AppMenuButton = new Lang.Class({
}));
this._stop = true;
if (Main.sessionMode.currentMode == 'classic')
this._spinner = new AnimatedIcon('process-working-inverse.svg',
PANEL_ICON_SIZE);
else
this._spinner = new AnimatedIcon('process-working.svg',
PANEL_ICON_SIZE);
this._spinner = new AnimatedIcon('process-working.svg',
PANEL_ICON_SIZE);
this._container.add_actor(this._spinner.actor);
this._spinner.actor.hide();
this._spinner.actor.lower_bottom();