gnome-shell/js
Ray Strode 2391497f60 misc: Don't call disconnectAll on token proxy objects
The disconnectAll method is a method available to javascript]
objects that want gobject-ish signal handling features.

It is not a method available to GObjects come from introspection.

"token" objects in the smartcard manager code are just plain old
GDBusProxy objects and so don't have disconnectAll methods.

This commit changes the code to use a direct disconnect call for
the one pertinent signal connection instead.
2024-05-03 09:06:40 -04:00
..
dbusServices Revert "screencastService: Use 'screen' encoder profile for openH264" 2024-04-15 20:23:42 +02:00
extensions extensions: Fix ngettext convenience 2023-09-15 21:41:30 +00:00
gdm gdm: Only unlock with smartcard, if smartcard used for login 2024-05-03 09:02:46 -04:00
misc misc: Don't call disconnectAll on token proxy objects 2024-05-03 09:06:40 -04:00
portalHelper portalHelper: Fix handling of invalid TLS certificates 2024-04-25 19:33:09 +02:00
ui screenShield: unblank when inserting smartcard 2024-05-03 09:05:20 -04:00
js-resources.gresource.xml components: Drop telepathy client 2024-03-03 01:33:16 +00:00
meson.build extensions-app: Move Extensions app to new subproject 2020-03-27 23:33:30 +00:00
portal-resources.gresource.xml js/portal-resources: Add missing fileUtils to js path 2022-11-03 18:02:27 +00:00