Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing win32 plugin load. #57

Merged
merged 5 commits into from
Dec 12, 2023
Merged

Fixing win32 plugin load. #57

merged 5 commits into from
Dec 12, 2023

Conversation

PerryWerneck
Copy link
Owner

No description provided.

@PerryWerneck PerryWerneck added the bug Something isn't working label Dec 12, 2023
@PerryWerneck PerryWerneck self-assigned this Dec 12, 2023
settings = g_settings_new_full(schema, NULL, NULL);

g_settings_schema_source_unref(source);

if(settings) {
g_message("Got gsettings from %s",names[ix]);
// g_message("Got gsettings from %s",names[ix]);

Check notice

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.
@@ -100,13 +100,13 @@
schema_id,
TRUE);

g_message("Loading '%s'",names[ix]);
// g_message("Loading '%s'",names[ix]);

Check notice

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.
@PerryWerneck PerryWerneck merged commit 5beda80 into master Dec 12, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant