gnome-shell/js/ui/status
Jasper St. Pierre 723a1c843a Refactor show()/hide() sequences
We seem to have a lot of code that does something along the lines of:

    if (condition)
        actor.show();
    else
        actor.hide();

ClutterActor already has such a thing for exactly this purpose: the 'visible'
property. Use it instead of the mess above.

https://bugzilla.gnome.org/show_bug.cgi?id=672272
2012-05-02 12:43:58 -04:00
..
accessibility.js st: Remove st-tooltip 2012-02-15 20:12:49 -05:00
bluetooth.js Refactor show()/hide() sequences 2012-05-02 12:43:58 -04:00
keyboard.js a11y: Set a name for the keyboard status icon 2012-04-13 13:31:44 +02:00
network.js Refactor show()/hide() sequences 2012-05-02 12:43:58 -04:00
power.js st: Remove st-tooltip 2012-02-15 20:12:49 -05:00
volume.js Refactor show()/hide() sequences 2012-05-02 12:43:58 -04:00