Skip to content

Commit

Permalink
Set entry->registered to TRUE when custom URI scheme handler is regis…
Browse files Browse the repository at this point in the history
…tered
  • Loading branch information
ziebarthw committed Aug 22, 2024
1 parent c406b1b commit 7035460
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/cog-shell.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ request_handler_map_entry_register (const char *scheme,
handle_uri_scheme_request,
entry,
NULL);
entry->registered = TRUE;
}
}

Expand Down

0 comments on commit 7035460

Please sign in to comment.