Skip to content

Commit

Permalink
Initial port to GNOME 40.
Browse files Browse the repository at this point in the history
Lots of cleanup still needed - bare minimum functionality achieved.
  • Loading branch information
ewlsh committed Mar 28, 2021
1 parent a081e41 commit 0a98803
Show file tree
Hide file tree
Showing 6 changed files with 2,177 additions and 3,151 deletions.
4,215 changes: 1,714 additions & 2,501 deletions Settings.ui

Large diffs are not rendered by default.

10 changes: 0 additions & 10 deletions appIcons.js
Original file line number Diff line number Diff line change
Expand Up @@ -825,11 +825,6 @@ const MyAppIconMenu = class DashToDock_MyAppIconMenu extends AppDisplay.AppIconM
super.destroy();
}

_redisplay() {
// This will be removed by 3.36.1
return this._rebuildMenu();
}

_rebuildMenu() {
this.removeAll();

Expand Down Expand Up @@ -1184,11 +1179,6 @@ var MyShowAppsIcon = GObject.registerClass({
* A menu for the showAppsIcon
*/
var MyShowAppsIconMenu = class DashToDock_MyShowAppsIconMenu extends MyAppIconMenu {
_redisplay() {
// This will be removed by 3.36.1
return this._rebuildMenu();
}

_rebuildMenu() {
this.removeAll();

Expand Down
Loading

0 comments on commit 0a98803

Please sign in to comment.