Skip to content

Commit

Permalink
Merge branch 'main' into linkable-commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc authored May 29, 2024
2 parents 54979a5 + b5a325e commit 0b837ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/components/clipboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const Clipboard = GObject.registerClass({
if (!globalThis.HAVE_GNOME) {
// Directly subscrible signal
this.signalHandler = Gio.DBus.session.signal_subscribe(
DBUS_NAME,
null,
DBUS_NAME,
'OwnerChange',
DBUS_PATH,
Expand Down

0 comments on commit 0b837ef

Please sign in to comment.