drive-menu: Remove left-over signal connection
The handler itself was removed in commit3bfaf6f88a, so the code now fails. Closes: https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/issues/455 Fixes:3bfaf6f8("js: Use connectObject()") Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/278>
This commit is contained in:
committed by
Marge Bot
parent
b64cb0f195
commit
092b268823
@@ -39,8 +39,6 @@ class MountMenuItem extends PopupMenu.PopupBaseMenuItem {
|
||||
|
||||
this.mount = mount;
|
||||
|
||||
this.connect('destroy', this._onDestroy.bind(this));
|
||||
|
||||
let ejectIcon = new St.Icon({
|
||||
icon_name: 'media-eject-symbolic',
|
||||
style_class: 'popup-menu-icon',
|
||||
|
||||
Reference in New Issue
Block a user