mirror of
https://github.com/morgan9e/gnome-shell-extension-freon
synced 2026-04-15 00:44:22 +09:00
Merge pull request #157 from jonasmalacofilho/remove-object-actor
Remove deprecated use of Actor.actor
This commit is contained in:
@@ -93,7 +93,7 @@ const FreonMenuButton = GObject.registerClass(class Freon_FreonMenuButton extend
|
||||
this._createInitialIcon();
|
||||
}
|
||||
|
||||
this.actor.add_actor(this._menuLayout);
|
||||
this.add_actor(this._menuLayout);
|
||||
|
||||
this._settingChangedSignals = [];
|
||||
this._addSettingChangedSignal('update-time', this._updateTimeChanged.bind(this));
|
||||
|
||||
Reference in New Issue
Block a user