Skip to content

Commit

Permalink
Remove G_APPLICATION_DEFAULT_FLAGS for glib < 2.74
Browse files Browse the repository at this point in the history
  • Loading branch information
proninyaroslav committed Jan 5, 2025
1 parent e5a1e1d commit 71f0d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/my_application.cc
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,6 @@ MyApplication *my_application_new()
{
return MY_APPLICATION(g_object_new(my_application_get_type(),
"application-id", APPLICATION_ID,
"flags", G_APPLICATION_DEFAULT_FLAGS,
"flags", 0,
nullptr));
}

0 comments on commit 71f0d63

Please sign in to comment.