mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 08:21:59 +02:00
Remove useless signal connection in about dialog
This commit is contained in:
@@ -298,15 +298,6 @@ class ClapperAboutDialog extends Gtk.AboutDialog
|
|||||||
system_information: osInfo,
|
system_information: osInfo,
|
||||||
});
|
});
|
||||||
|
|
||||||
this.closeSignal = this.connect('close-request', this._onCloseRequest.bind(this));
|
|
||||||
this.show();
|
this.show();
|
||||||
}
|
}
|
||||||
|
|
||||||
_onCloseRequest(dialog)
|
|
||||||
{
|
|
||||||
debug('closing about dialog');
|
|
||||||
|
|
||||||
dialog.disconnect(this.closeSignal);
|
|
||||||
this.closeSignal = null;
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user