Commit 2da3ebb7f79a8b545b96cadc64f8b6fcd858b9ef
1 parent
2f2d46ea
Exists in
master
and in
1 other branch
Fixing method name.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/dialogs/settings/dialog.c
... | ... | @@ -267,7 +267,7 @@ void v3270_settings_popup_dialog(GtkWidget *widget, GtkWidget *terminal, gboolea |
267 | 267 | v3270_settings_dialog_set_terminal_widget(dialog, terminal); |
268 | 268 | |
269 | 269 | g_signal_connect(dialog,"close",G_CALLBACK(gtk_widget_destroy),NULL); |
270 | - g_signal_connect(dialog,"response",G_CALLBACK(v3270_settting_dialog_response),NULL); | |
270 | + g_signal_connect(dialog,"response",G_CALLBACK(v3270_setttings_dialog_response),NULL); | |
271 | 271 | |
272 | 272 | gtk_widget_show_all(dialog); |
273 | 273 | ... | ... |