Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Update gnome-shell extension icon name.
Browse files Browse the repository at this point in the history
  • Loading branch information
stas committed Jun 24, 2012
1 parent f3d2543 commit 32a2ce4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -26,7 +26,7 @@ LookitButton.prototype = {
_init: function(mode) {
PanelMenu.Button.prototype._init.call(this, 0.0);

this._icon = new St.Icon({ icon_name: 'lookit-dark',
this._icon = new St.Icon({ icon_name: 'lookit-panel',
icon_type: St.IconType.FULLCOLOR,
icon_size: Main.panel.button.height });

Expand Down

0 comments on commit 32a2ce4

Please sign in to comment.