-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix free meter widget when it's disabled
MeterContainer object tried to remove added objects in the overridden destroy() method when GJS raised this error: "Object .Gjs_SystemLoadItemsContainer (0x5589c3107050), has been already finalized. Impossible to set any property to it." This commit fixes that by removing the custom destroy() method, but remove the widget from the panel and call the original destroy() method.
- Loading branch information
1 parent
4c7aef0
commit 2ed1859
Showing
2 changed files
with
2 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters