1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12:48 -05:00

Fix warnings building on Ubuntu 24.04.

This commit is contained in:
Simon Tatham
2024-09-08 17:20:16 +01:00
parent e11c83a4a5
commit 52bb6a3fe2
2 changed files with 11 additions and 8 deletions

View File

@ -311,7 +311,7 @@ int main(int argc, char **argv)
gtkcomm_setup();
app = gtk_application_new("org.tartarus.projects.putty.macputty",
G_APPLICATION_FLAGS_NONE);
G_APPLICATION_DEFAULT_FLAGS);
g_signal_connect(app, "activate", G_CALLBACK(activate), NULL);
g_signal_connect(app, "startup", G_CALLBACK(startup), NULL);
g_action_map_add_action_entries(G_ACTION_MAP(app),