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:
@ -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),
|
||||
|
Reference in New Issue
Block a user